| Keith Thompson 2006-02-26, 3:55 am |
| "Aleramo" <monferrato2006@yahoo.it> writes:
> Thank u to everyone!!!
> i use gets () for the input before and now the "eco effect" has ended.
> The input before was a string. With gets () i have a message of worning
> with scanf () no.
> The trouth shown me i have problems with the opposite.
> I use gcc 3.4, i hope the 4 hasn't this problems.
Never use gets. It cannot be used safely.
Never use silly abbreviations like "u" for "you"; they just make your
text more difficult to read.
Never post a followup via Google without first reading
<http://cfaj.freeshell.org/google/>.
--
Keith Thompson (The_Other_Keith) kst-u@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
|