Derek Smithies wrote:
Hi,
as a matter of good programming practice, you should compile with all warnings on.


Then, change the code so that no warnings are generated.

Good point.

While were on the topic, once you get more than one source code file in your program, it's worth the effort to learn how to write Makefiles, and put all of your build instructions in there.

Cheers,
Carl.

Reply via email to