Ubuntu Forums Archive Viewer

[SOLVED] Learn C++ in Windows

Archived thread 1000911 from The Cafe. Markdown source: The_Cafe/thread_1000911_[SOLVED]_Learn_C++_in_Windows.md

Original URL About this archive
#1

I am willing to learn C++ . The problem is I only have Windows installed atm. Does a program which contains autocomplete feature exist? What program/compiler would you recommend to start out?

#2

The most feature complete (bloated?) free C++ IDE for windows is probably microsoft visual c++ express edition.

http://www.microsoft.com/express/vc/

#3

Thanks for the recommendation. I'll try it out :)

#4

Visual C++ express is awesome. I use it all the time. I've never found another IDE that can come close to competing with VC++ Express's Intellisense.

Just keep in mind that if you don't have a lot of programming background, it's not going to be simple no matter what IDE you use.