> hey, the error messages are eliminated by the support you people gave but > there are certain similar warning messages. my point is can't we eliminate > the warning messages too? there are messages like "undefined reference to > exit ". although the code is running fine.
GCC by default would not list all the warnings. To be prudent, you should compile with "-Wall" option. All warnings can be eleminated and that's how your code should be. SB
-- l...@iitd - http://tinyurl.com/ycueutm
