Mail Archives: djgpp/2002/11/25/10:15:17
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
>
i tried this line, and im glad you told me about it,,, i didnt really
enjoy adding/deleting projects to run my programs, though i am sure
that i will NEED them soon to run longer ones..
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?
Regards,
Shaymaa Alterkait
> the purpose of the IDE is to make it easy to deal with programs with
> multiple source files, linking to various libraries etc. on the other
> hand, the command line comes in very hand when all you need is a quick
> compile and run.
- Raw text -