Forum: C++ Oct 5th, 2008 |
| Replies: 7 Views: 2,181 |
Forum: C++ Oct 5th, 2008 |
| Replies: 7 Views: 2,181 I still have a problem... everytime i close cmd i always need to type
set PATH=%PATH;bin location
before i can use the g++ command.
Is there a way that I can directly use the g++ command ... |
Forum: C++ Oct 5th, 2008 |
| Replies: 7 Views: 2,181 |
Forum: C++ Oct 4th, 2008 |
| Replies: 7 Views: 2,181 Hi I want to know how to compile c++ codes using the command prompt in windows.
In linux I do
g++ filename.cpp -o filename
and run it using
./filename
but for windows when I try this... |
Forum: C++ Jun 25th, 2008 |
| Replies: 1 Views: 381 im new in programming cpp usually i do java... i have this problem,
evertime i run my program i cannot see the output well, its just like it blinks... so idk if i have a correct output for my... |