Marc Posted July 28, 2005 Share Posted July 28, 2005 So I thought this thread might help other beginners venture into the wild world of C/C++ programming. If you've found any good tutorials/docs then post the links here. Here's my first couple: Getting started: Basic C++ Pointers do what now?: Pointers & Memory 1 Quote Link to comment Share on other sites More sharing options...
davedjohnson Posted July 29, 2005 Share Posted July 29, 2005 There are two books that I have read (mostly) and would recommend. One is Accelerated C++ Practical Programming by Example by Andrew Koenig and Barbara E. Moo. The other is the one my instructor used for the class I took called, C++ How to Program Fourth Edition by Deitel. Other than those books, I would HIGHLY recommend taking a real class. I am a "self-taught" kind of guy, but the syntax in C++ seems very flexible and therefore somewhat convoluted. I'm always getting stuck on dumb stuff like "should I use -> or . on this object?" And "what type of object can I use here?" Quote Link to comment Share on other sites More sharing options...
Guest xionmark Posted July 29, 2005 Share Posted July 29, 2005 Gotta have: Bjarne Stroustrup: http://www.research.att.com/~bs/3rd.html http://www.research.att.com/~bs/homepage.html Good to have: C++: The Complete Reference, 4th Edition by Herbert Schildt --Mark Quote Link to comment Share on other sites More sharing options...
Marc Posted July 29, 2005 Author Share Posted July 29, 2005 So I'm hoping some online tutorials will be forthcoming? Quote Link to comment Share on other sites More sharing options...
hoknamahn Posted July 29, 2005 Share Posted July 29, 2005 The other is the one my instructor used for the class I took called, C++ How to Program Fourth Edition by Deitel. I dun like this book. It's too much water in it. But well. Maybe really good for beginners. I like the Stroustrup's style He writes laconically. Quote Link to comment Share on other sites More sharing options...
Rafal123 Posted April 17, 2006 Share Posted April 17, 2006 (edited) C++ book: http://newdata.box.sk/bx/c/ ---- I've deleted last old link to book coz it no more exist Edited July 20, 2007 by Rafal123 Quote Link to comment Share on other sites More sharing options...
zasid Posted August 21, 2008 Share Posted August 21, 2008 Video Tutorials at . http://xoax.net/comp/cpp/console/index.php (GREAT VIDEO TUTORIALS) http://www.codeproject.com/ (TEXT BASE) http://www.parashift.com/c++-faq-lite/ (TEXT BASE) http://www.cprogramming.com/begin.html ( For up todate info) Quote Link to comment Share on other sites More sharing options...
itriix Posted October 21, 2009 Share Posted October 21, 2009 Good Thread, thanks for sharing all! Jonathan Quote Link to comment Share on other sites More sharing options...
edward Posted November 2, 2009 Share Posted November 2, 2009 I've never read this but it has an online edition. "C++: A Beginners Guide" by Herbert Schildt Online edition: http://msdn.microsoft.com/en-us/beginner/cc305129.aspx Quote Link to comment Share on other sites More sharing options...
0rr Posted November 2, 2009 Share Posted November 2, 2009 (edited) C von A bis Z (german) 1190 pages you can read online or download. http://openbook.galileocomputing.de/c_von_a_bis_z/ Edited November 2, 2009 by 0rr Quote Link to comment Share on other sites More sharing options...
Symbolic Posted August 29, 2010 Share Posted August 29, 2010 Thanks for this good resource. I am looking for a C++ book for a beginner level. Most of the books I have found to be recomended by others are already listed here. however I have also found a huge amount of peope warning future c/c++ learners about Herbert Schildt's books. Here: http://www.faqs.org/faqs/C-faq/learn/ (item 16) Everybody says "Avoid it!" Just wanted to share, and maybe get alternative oppinions on this. Thanks. Quote Link to comment Share on other sites More sharing options...
fayal Posted November 23, 2012 Share Posted November 23, 2012 http://www.programminghelp.org/c++/ http://www.learncpp.com/ http://www.dev-hq.net/c++/ 1 Quote Link to comment Share on other sites More sharing options...
artnoldy Posted February 8, 2016 Share Posted February 8, 2016 https://www.thenewboston.com/videos.php?cat=16&video=17477 Quote Link to comment Share on other sites More sharing options...
Varishtraheja Posted March 19, 2016 Share Posted March 19, 2016 For beginners in C and C++ "thenewboston" has a good YOUTUBE channel for this. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.