C++ compiler anyone?
Does anyone know any other FREE C++ compiler for windows other than dev c++??
Thanks im trying to self teach c++ but didnt have any resources…but thanks again
Visual Studio trials last 90 days IIRC. Eclipse and Netbeans to.
Visual Studio Express editions are free
vim
Nooooo! Nano only at a push.
I use DDK/WDK (supplemented with WinSDK and others), or MinGW.
But I don’t write very complicated programs.
As an example, when I build Notepad2, it’s compiled mainly using VC7(DDK 3790.1830), while 3 files(styles.c, scintilla/win32/PlatWin.cxx, ScintillaWin.cxx) are compiled using VC8(VS2005). I link them with VC9(WDK 7600.16385.1).
I use eclipse + proper plugins for everything. C++ included
Eclipse makes me want to vomit when I use it for Android programming or for CCS4
If you’re trying to teach yourself c++, might I recommend a channel on youtube called "the new boston". He has tutorials on a lot of different languages and subjects. You’ll get the fundamentals out of it…
vIM or qtCreator both are excellent for editing code. Go grab the qt sdk and it will come with g++ for windows and it is a GREAT free IDE.
Related posts:
- Need advice on Becoming a programmer I’m 26 with a business degree and feel like should...
Related posts brought to you by Yet Another Related Posts Plugin.