Click here to Skip to main content
15,885,885 members
Please Sign up or sign in to vote.
1.89/5 (3 votes)
See more:
Hi all,

I would like to start studying C++ in advanced Mode (like embeded C++). so i would like to know what are all the IDE's available for this. Because as i knew while using C# VS IDE i had a look of VC++ IDE. but i don't know how to start development using open source IDE's or The traditional IDE like Turbo C++ IDE will work with windows 7?

If anyone unable to understand please let me know i will expalin it ever more clear.
Posted

Don't use Turbo C++ IDE for DOS because it is very old unless you're mentioning the Explorer editions which are not available for download. The old IDE won't work in any of the future OS. Use Visual C++ IDE or Dev C++ IDE. You can also try Eclipse or Code::Blocks.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 26-May-14 0:31am    
Agree, 5ed. I added some more in Solution 2.
—SA
[no name] 26-May-14 2:56am    
Thanks for your reply it helps me a lot.
In addition to Solution 1:

Consider also open-source Codelite, MonoDevelop, and free wxDev-C++:
http://en.wikipedia.org/wiki/Codelite[^],
http://www.codelite.org/[^],
http://en.wikipedia.org/wiki/MonoDevelop[^],
http://monodevelop.com/[^],
http://en.wikipedia.org/wiki/WxDev-C%2B%2B[^],
http://wxdsgn.sourceforge.net/[^].

Compare more of the IDE: http://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments#C.2FC.2B.2B[^].

You may want to try out more than one before you can make some decisions.

Good luck,
—SA
 
Share this answer
 
Comments
[no name] 26-May-14 2:57am    
Thanks for your reply it helps me a lot.
Sergey Alexandrovich Kryukov 26-May-14 10:01am    
You are welcome.
—SA
hi
if you are using windows then dev c++ is an open source and best solution to start development in c or c++ it provides the DLL programming and windows application development using c++. it also provide some additional libraries like openGL etc.
 
Share this answer
 
hi,
codeblocks[^] is a better option if you are opting for open source IDE. It supports multiple compilers and is well maintained with bug fixes etc. and is kept up-to-date. Also has helpful features like code completion and importing projects developed using other IDEs. It runs on windows 7 very well and on linux also. The website has a forum also.
If you are totally new to embedded development then you can google out for "code blocks starting with embedded development" .
There are articles on code project itself like this one[^]

hope this was helpful.
 
Share this answer
 
v2
Comments
[no name] 26-May-14 2:57am    
Thanks for your reply it helps me a lot.
chandanadhikari 26-May-14 3:13am    
if it helped you then would you like to upvote it :)

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