Are the tutorials on Cplusplus good ?

Just wondering are the tutorial on this site good because im learning on this site

the downside is there are no exercises where can i find exercises ?

Also is there another learning resource i should go next after the tutorial on this site
Last edited on
Here are some simple exercises:
http://www.cplusplus.com/forum/articles/12974/
http://en.wikibooks.org/wiki/C++_Programming/Exercises (has solutions)

I'm looking for other ones, I can't remember where I put them all.

And yes, the tutorials here are pretty good. Easier to understand then most other places, In my opinion anyway. Plus this forum is pretty laid back, and questions are answered pretty quickly, so it's good for getting help.
Last edited on
any other opinions
also what other learning resources after this tutorial
thanks for the reply
Oh, I forgot about this site: http://www.tutorialspoint.com/cplusplus/index.htm

Really, after you go through the tutorials and practice a little, just jump right into a project. It doesn't have to be a big project, just something to apply what you learned. The reference page on this site is pretty good so you can refer back to it whenever you need.
I would recommend Bucky's C++ tutorials on YouTube.
closed account (2LzbRXSz)
Once you feel like you have a good understanding, you could watch https://www.youtube.com/watch?v=Rub-JsjMhWY to brush up on your skills.

The courses on MIT are also pretty good http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/

I really like the tutorials on this site. I think they serve as really good references as well if you ever need to read up on something quickly.

Topic archived. No new replies allowed.