Nice tool!
http://symbolhound.com/?q=-std%3D&l=&e=&n=C%2B%2B&u=
693 results found for ALL OF: -std= | NONE OF: C++
said anywhere on the computer what standard is used by default. Maybe i'm missing something, but there is the -std= option, documented here . Use the
http://stackoverflow.com/questions/5828040/gcc-c-standard-being-used
-fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -std= -Wno-trigraphs -fpascal-strings -O0 -Wreturn-type -Wparentheses -Wswitch
http://stackoverflow.com/question...en-switch-from-gcc-4-2-to-llvm-2-0
choice of standards really matters for you, it's better always to pass the option. The options are -std=c99 and -std=c89 respectively. I normally compile
http://stackoverflow.com/question...-c99-does-gcc-4-4-2-default-to-c99
conformance to C89; that may not be desirable. ANSI is no longer the standardisation body for C (since 1990), use -std= if you feel the need to specify any
http://stackoverflow.com/question...4/how-to-run-a-c-program-on-ubuntu
'via Blog this'
No comments:
Post a Comment