Help me learn!!.......

Permabanned
Joined
17 Jan 2006
Posts
1,971
Location
Haskins
C++. I'm struggling with it really badly and I dont know why! I love coding HTML and can do it blindfolded, is it really THAT much different??

Any good learning techniques, books, online tutorials, etc

The only thing I can put it down to is the fact that with web design I can actually see whats going on and alter any mistakes as they appear, which cant do with C++

Thanks
 
HTML and C++ are 2 completely different animals. (For one, HTML is essentially a declarative language, meaning you say what you want, not how you want it done, wherease C++ is an imperative lanaguage, meaning you need to say how you want things done in order to get what you want.)

Post the actual problems you're having, and we'll try to help.

Get Bruce Eckel's "Thinking in C++" and see how that works for you, here

C++ can be complex as a first language - have you considered starting with something a little simpler first?
 
C++ is not the easiest programming to learn and will always be hard work if you are new to programming. It can be done but you will need a fair bit of dedication to get anywhere. If you want to stick at it, get a C++ book for beginners and see how you do with that, there are plenty out there.
 
Back
Top Bottom