Mail Archives: djgpp/2002/11/25/12:04:55
"Jonquil" <shayoom AT hotmail DOT com> wrote
> i understand that you no longer use rhide, so, if you cant
answer me
> here i hope someone else will.. ;)
>
> thanks for your help though, i appreciate it :)
>
> >
> > on the other hand, you can save yourself some time by learning
a few
> > command lines:
> >
> > gcc -Wall -O2 hello.c -o hello.exe
^^^
For C++ source, use instead
gpp -Wall -O2 hello.c -o hello.exe
> >
> i tried this line, and im glad you told me about it,,, i didnt
really
> enjoy adding/deleting projects
YTYM adding/deleting files :)
> to run my programs, though i am sure
> that i will NEED them soon to run longer ones..
Rhide its good for this, although *make* its a must :)
> anyway, i ran my hello.cpp program using projects and it worked
well..
> i ran the same program using the command above, and i got some
errors
> about using std::cout.. etc..
>
> what does that mean?
See earlier in the post.
- Raw text -