How do I compile a C++ file in the windows command line with Dev-C++? I know how to do it for C "gcc myfile.c -o myfile".
(sorry for a simple question, I did check the FAQs, Dev-C++ help file and did a forum search with no luck)
Printable View
How do I compile a C++ file in the windows command line with Dev-C++? I know how to do it for C "gcc myfile.c -o myfile".
(sorry for a simple question, I did check the FAQs, Dev-C++ help file and did a forum search with no luck)
It should be the same. What is happenening when you do it?
This is what happens:
g++: C++
gcc: C
Hooray! thats it! thanksQuote:
Originally Posted by prog-bman