O
one2001boy
Hello,
gnu g++ offers something similar to lint/splint for statically checking
C programs with the following command:
g++ -W -Wall -Wshadow -Wwrite-strings -Wold-style-cast
-Woverloaded-virtual -pedantic -Os -fno-exceptions -c
does cl.exe in windows offer something similar?
Thanks.
gnu g++ offers something similar to lint/splint for statically checking
C programs with the following command:
g++ -W -Wall -Wshadow -Wwrite-strings -Wold-style-cast
-Woverloaded-virtual -pedantic -Os -fno-exceptions -c
does cl.exe in windows offer something similar?
Thanks.