PDA

View Full Version : Any C and C++ easy tutorial websites


Coop
January 27th, 2007, 06:50 PM
Are there any websites which have easy to learn tutorials about learning C and C++?

phossal
January 27th, 2007, 09:00 PM
If you're serious about learning C, get the book Practical C Programming (http://http://www.amazon.com/Practical-Programming-3rd-Steve-Oualline/dp/1565923065/sr=8-1/qid=1169946141/ref=pd_bbs_1/002-7758343-1239246?ie=UTF8&s=books). Others have recommended The C Programming Language (http://www.amazon.com/Practical-Programming-3rd-Steve-Oualline/dp/1565923065/sr=8-1/qid=1169946141/ref=pd_bbs_1/002-7758343-1239246?ie=UTF8&s=books).

Get a book though. I've never found a worthy web tutorial that will give you the information you need and want to do anything productive.

Guardian_Bob
January 27th, 2007, 09:02 PM
This is a Ubuntu Library thread link.

http://ubuntuforums.org/showthread.php?t=262257&highlight=library

tehhaxorr
January 27th, 2007, 10:00 PM
try http://cprogramming.com/

Coop
January 27th, 2007, 11:34 PM
Thank you guys.I'll try your suggestions.