WodoWiesel

Results 5 comments of WodoWiesel

would appreciate that "feature too

i get the same problem as described too.

try -std=c11 or -std=gnu11 or -std=iso9899:2011 (no ++)

yes the c11 and iso specifications are the same, the gnu is c11 with gnu extention functionality, just try the command without ++ its worth a try, still wondering why...

hmm if it doesn't recognize this parameters at all, then indeed something is basically wrong. did you install g++ or only gcc?