LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   compile (https://www.linuxquestions.org/questions/linux-newbie-8/compile-4175418513/)

rahul kumar mishra 07-24-2012 11:38 PM

compile
 
On a gcc compiler why gets gives a warnning

John VV 07-24-2012 11:53 PM

rahul kumar mishra
you need to post real information

from that post there is NO way any one can help

billyoc 07-25-2012 12:14 AM

Quote:

Originally Posted by rahul kumar mishra (Post 4737300)
On a gcc compiler why gets gives a warnning

The gets() function should not be used for any reason, so the compiler gives a warning whenever it is used. Please use fgets().


All times are GMT -5. The time now is 09:26 PM.