Mail Archives: djgpp/1998/02/09/23:43:01
At 03:11 2/7/1998 PST, Akshay Narasimhan wrote:
>Well I have a minor problem with your compiler. I enter the sorce code
>and then i don't know what to do. What do I do when I am finished
>writing my c++ sorce code?
The README.1ST file explains this, as well as other installation issues. Do
read it. Basically, you write the source (called, say, `foo.cc') in an
editor of your choice, and compile with something along the lines of:
gxx -o foo foo.cc
If you are using RHIDE, then I'm not sure, but there should be a "Compile"
menu that is fairly self-explanatory.
Nate Eldredge
eldredge AT ap DOT net
- Raw text -