Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I hope to be a software developer in C++. What are the IDEs use in commercial industry for C++ developments. Which areas I have to focus mainly?
Posted
Comments
Mohibur Rashid 17-Jun-14 5:01am    
I would not tell which is best.
But I prefer:
1. Visual C++ Express
2. Code Block with MingW

Both are excellent editors with lots of excellent features
Richard MacCutchan 17-Jun-14 6:28am    
You should not be worrying about the IDE until you are a really skilled C++ developer. IDEs make your life a little easier but they are useless if you cannot write decent code.

At first you need to know which OS you are targeting and which language. C++ isnt the only game in town. Java, Objective-C and C# are also important languages.

Microsoft Visual Studio: Download for the Windows world but also Eclipse

Also a look on QT is really useful.

Do not only hope, but learn programming. It is an art of architecting code into useful software. Begin by the basic skills, write "clean code" and learn from your mistakes. ;-)
 
Share this answer
 
v2
I can only anwser for Windows programming; I have been using Visual Studio for 15 years and have gotten used to some of the tools, hard to imagine coding without them at this point.
 
Share this answer
 
v3
I write in C# and use MS Visual Studio too.
 
Share this answer
 
xkcd 378 will tell you exactly which one is the best! Of course, this assumes you're using some Unix-like environment, as everyone should ;-)

Spoiler alert: it's emacs.
 
Share this answer
 
v6

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900