On 26 Aug 97, Coyote wrote to All --
C > Hi ppl, i'm kinda new with C++ but there is something i'm having
C > problems with. I am using DJGPP with C++ (add-on or something) and
At a glance, I'd say that you were new to C as well...
C > c:/djgpp/lib\crt0.o(.data+0x92):crt0.s: undefined reference to `main'
You have not defined main(), which is a basic requirement for all C/C++
programs. Just define something simple for main() and the problem SHOULD go
away...
C > I don't know if that's enough information for you guys to help me ;)
It was plenty.
--- PPoint 2.00
---------------
* Origin: Junyer's Workshop (1:342/1022.2)
|