This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

g++ & gcc


Hi!
I have following problem: I have a piece of C code, which can be compiled with gcc, but if I try to compile it with g++ (I need it, because I'm going to use io-streams), I get some errors of the kind: implicit decloration of the function 'int atoi(...)' (the same for bcopy(...) and bzero(...)).
What do I do wrong here?
thank you
Vladimir
______________________________________________________________________________
Eine Klasse für sich - der WEB.DE Club. High End Kommunikation & MEHR.
Mehr Speicher, mehr Leistung, mehr Vorteile - http://club.web.de


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]