Hi all,
I need to re-compile some old source code written in C. Using FC3, installed the gcc enviorment from the installation disks.
When I gcc'd the source code, it started complaining about "gets" being old and recommending that I use something else.
I guess I could plug-in "cin" and "iostream.h", but does anyone recommend something else?
Is there something else (besides scanf)?
Thanks
Agenol