I didn't think up this code. I got it from a tutorial site. I know NOTHING about programming, all the code I provided means nothing to me
I'm going to try and follow the tutorial program so when I get into class I won't be a complete newbie. Can anybody offer any good books for C++ programming? Not deep stuff, just the basics really.
When I started this little "teach myself C++" project 6 months ago I got the Sams book "Learn C++ in 21 days". It came with DJGPP and the learning edition of MS Visual C++ 6.0. The learning ed. of VC++ is crippled so you can't export the .exe's and .dll's you do.
I know a lot of guys have a problem with the SAMS books, but if you're doing this just to get a taste I think it's a good place to start. Your college textbook will go into much more detail.
<< BTW, what are the replacements for the other escape codes (\t, \b, \a, etc?) >>
\a
\b
\f
\n
\r
\t
\\
\'
\"
\xdd
and since we're recommending books, my comp sci teacher recommended object-oriented programming in c++ 3rd edition by robert lafore and it's a great book. it's a fat 900+ pages book and it covers c++ in depth. other people also recommend books by deitel and deitel. and for a free electronic version of thinking in c++, go to www.bruceeckel.com
Ok, I've downloaded and installed Cygwin. When I double click on the desktop icon it just gives me a DOS prompt. What can I do so I can type in my source code and compile?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.