C++ with out fear

C++ with out fear is the book i am using to try and learn C++ but some of the exercises are just making me go ummm wtf
Do you think i will come to understand these previous exercises as i work through the book or should i really try to buckle down and figure them out before moving on?
Understanding beginning excercizes will greatly benifit you in the future as future excercizes will more than likely require past knoweledge to complete. I learned this myself when reading C++ books.

If you are confused with things, check out this guys tutorials, he has 73 C++ tutorials. These helped me learn.

this ones a beginner input output vid but you can browse through and see what else he has to help you out.

http://www.youtube.com/watch?v=SWZfFNyUsxc&list=PLAE85DE8440AA6B83&index=2&feature=plpp_video
Last edited on
I Agree with Ch1156, Bucky does a fairly good job in introducing complete beginner's to how thing's work in c++. I would strongly recommend that you watch all of the c++ videos Bucky has. And afterwards if you do not feel satisfied with your knowledge I would recommend watching lectures of c++ and object oriented programming like for example.

http://www.youtube.com/watch?v=M84YRbauiwY

Ps. Do not watch the lectures until you finish the 1 - 73 videos bucky has, or else you are risking the problem of being lost in the lecture.

And if your still not satisfied with what you know after watching all the videos then I recommend that you finish you book and get more complex c++ book's or get into computer science( it helps you understand computer's in general).
Last edited on
www.thenewboston.org

this man is a god to me
Topic archived. No new replies allowed.