using of new IDE

I was advised in forum to get a new IDE instead of the Turbo c++..

So I got DEV.............

All my programs run using turbo c++ , now did'nt work...

Many gave me an idea of using namespace std;....

Could anyone please help what it actually mean???

Any resources regarding it are welcome.....

please help...
1
2
3
I was advised in forum to get a new IDE instead of the Turbo c++..

So I got DEV.............


Bloodshed Dev-Cpp? That's also a bad choice, I'm afraid.

Better choices include:

Code::Blocks
Visual Studio Express
Eclipse
Orwell Dev-Cpp
QT Creator
wxDev-C++


The advice should be to change your compiler
Take one from this year, by instance gcc.

All my programs run using turbo c++ , now did'nt work...
Probably because you weren't following the standard.
It would be easier if you post an snip of your code.
http://cplusplus.com/doc/tutorial/program_structure/
For IDE I use Geany and Vim depending on my mood.
using namespace std; is explained here: http://cplusplus.com/doc/tutorial/namespaces/
Topic archived. No new replies allowed.