I\'m currently in the process of learning C++, and because I\'m still learning, I keep making mistakes. With a language as permissive as C++, it often takes a long time to f
For g++, as well as turning on -Wall, turn on -pedantic too, and prepare to be suprised at the number of issues it finds!