lol.. it gonna be much harder than yous Basic HTML w/o tables.. IMO you should learn tables or atlease frames/iframes they will help you make those good looking webpages..
its programing kid, C++ is a not very hard language.. least we dont have to do this crap in asm
if you have prior programming experience it helps... cause you would know it's not what u know, but how long it takes u to learn it.
No designer worth his salt uses frames.
Also, if you're getting into programming, I recommend C over C++
To Everyone: Let's get back on topic!
To the quote: I'd say start with c++ directly. I learnt C in high school, and now I'm learning c++, and boy it is so much different!
and c++ is built with oop in mind, alongside with the goodness of c... so I say c++!!!
And a tip is to get the book C++ primer 5th ed. by Stephen Prata! It's really great and has great examples.. but i'd suggest at least two hours a day, because less wouldn't get your brain going. It's like working out... jogging for five minutes isn't enough...
And I also suggest that you, when you've read and made some of the examples from the book, make some small applications that you think is managable to do. a Factorial calculator is a great example as a first test, it has no OOP but is good anyway to learn the structure... then later I can give you a few examples (I think I'll post a few in my blog here
)
(oh, factorial: 5! = 1*2*3*4*5, 9! = 1*2*3*4*5*6*7*8*9... the code for this would be simple!)
CODE