Question:
Easy way to learn C/C++ fast?
anonymous
2010-03-20 01:13:09 UTC
Any books that are good at teaching you C++? I am learning alone with no help, I have books but there sh*t... Any advice?
Nine answers:
jwong71091
2010-03-20 04:50:25 UTC
If you like to learn C or C++ then here are some resources that may help





You can go to your local library or store or an online store like Amazon.com to find many books, DVDs, and etc. for learning many things





These are good introductory books for C or C++ programming





Sams Teach Yourself C++ in One Hour a Day



C++ Programming in Easy Steps



C Programming in Easy Steps





Also you can use Google.com to find many free tutorials, ebooks, forums and other information



There are many online forums for C and C++ programming...whenever you need advice or information for these programming languages then you should go to one of these forums because they are experts in C or C++ and they can really be helpful



C forum

http://www.google.com/search?hl=en&q=C+forum&btnG=Search&aq=f&aqi=&aql=&oq=&gs_rfai=



C++ forum

http://www.google.com/search?hl=en&q=C%2B%2B+forum&btnG=Search&aq=f&aqi=&aql=&oq=&gs_rfai=







There are also many free tutorials to choose from





The website HowStuffWorks has good tutorials for C programming, Java, and etc.

http://www.howstuffworks.com/c.htm





xoax.net is a really good website to learn about C++ because it shows you how to download the FREE Microsoft's version of their Integrated Development Environment (IDE) Visual C++ 2008 Express and use it to create C++ programs



They also include many video tutorials for learning C++:



http://xoax.net/info/sitemap.php





3DBuzz has many good videos for C++ and other programming languages...some of them are free

http://www.3dbuzz.com/vbforum/sv_videonav.php?fid=604ff0722617bab6dd7f47a9febabbac





The websites CPlusPlus, FunctionX and Programmingtutorials have many free tutorials for learning about C++, C programming, Excel and Access, Java, Visual Basic, and etc.



http://www.cplusplus.com/doc/tutorial/



www.functionx.com/



http://www.programmingtutorials.com/c.aspx







YouTube has videos for learning almost any subject or topic





C Programming



http://www.youtube.com/view_play_list?p=78280D6BE6F05D34&search_query=C+programming



http://www.youtube.com/view_play_list?p=A148C5DF0C069CAA&search_query=C+programming





C++

http://www.youtube.com/results?search_query=C%2B%2B&search_type=&aq=f





Good luck and I hope you will find this useful for learning C and C++ programming!
bernmeister
2010-03-20 07:32:41 UTC
The best way to learn how to program is to write programs. When you get stuck, peel a book open and learn. Or browse through the ton of C/C++ code that's out on the Internet, or that's included in visual C++.



If you have a windows PC, get a copy of Microsoft Visual C++ 5.0 or 6.0. Shouldn't cost more than $25. If linux, download gcc.
anonymous
2016-03-02 08:16:31 UTC
It is not how easy to learn, but it is the best thing to learn and to be professional in Object Oriented Programming. I began with Java which is a little bit difficult for some people but now I don't have any problem dealing with another languages.
Protector one
2010-03-20 08:11:34 UTC
Abstruse Goose explains the easiest way to learn C++ in 21 days: http://abstrusegoose.com/249
john
2014-07-30 17:57:42 UTC
Buy this book Jumping into c++.Its really clear, detailed, make learning fast, fun and easy.
anonymous
2010-03-20 02:31:08 UTC
The greatest source is definately the free ebook Thinking in C++ by Bruce Eckel. Just google it and you will find it easily.
anonymous
2010-03-20 03:07:55 UTC
K&R for C (google it)



Bjarne Stroustrup has also written a book for C++. These are authoritative texts.
Udi K
2010-03-20 01:23:08 UTC
Check out http://freecomputerbooks.com/ and I'm sure you'll find a book that you like :)
soy
2010-03-20 01:45:02 UTC
http://msdn.microsoft.com/en-us/beginner/cc305129.aspx



its taught by Microsoft and is very basic so you will pick up a lot very quickly, they also offer a free compiler.



for anything more advanced your gonna have to read one of those fat boring textbooks


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...