Mail Archives: djgpp/2000/05/08/19:42:15
djgpp AT delorie DOT com
hello djgpp laborants!
I just began learning C++ and had no problems compiling and running single documentprojects but when I get ready to start a multiple documentproject I get a message like this :
error circ.o:In function circle::printshapename(void)const':
error circ.cpp(.text +0xd8):multiple definition ofcircle::printshapename(void)const
circ.o(.text+0xd8):circ.cpp:first defined here.
and not just one time but all over the plate the compiler is complaining that the object files it just made are overriding the cpp.files.
so how do I get it through to the compiler that I don't want it to do that?I 'd appreciate your help
fransrn AT altavista DOT com
_______________________________________________________________________
Why pay when you don't have to? Get AltaVista Free Internet Access now!
http://jump.altavista.com/freeaccess4.go
_______________________________________________________________________
- Raw text -