RE: Tips for c++ [needed]
April 11, 2012 at 9:49 pm
(This post was last modified: April 11, 2012 at 9:52 pm by Rob.)
Didn't we just have one of these threads?
(March 29, 2012 at 3:21 pm)Rob Wrote: This is a popular c++ compiler for windows;
http://www.microsoft.com/visualstudio/en...pp-express
this website contains documentation on all the standard c and c++ libraries;
http://cplusplus.com/
and also a nice beginners tutorial;
http://cplusplus.com/doc/tutorial/
i can suggest this book for beginning c++ programming;
http://www.amazon.com/Sams-Teach-Yoursel...b_title_bk
and i hear good things about this one as well;
http://www.amazon.com/Beginning-C-Throug...b_title_bk
(April 9, 2012 at 3:07 pm)Napoleon Wrote: I use Cygwin and the GCC collection of compilers to compile it and I just write my code in Notepad++.Notepad++ is a great improvement over bog standard Notepad, but its clunky and so blatantly suffers from an interface developed by a person with no idea of ergonomics. luckily, gEdit has a windows build now so we don't need to suffer with Notepad++ anymore! I also install the Dejavu fonts that are standard on most gnu distributions, just to make everything look how it should.
Hoi Zaeme.