Anything will be fine, but you should realize that at a certain point you're going to want to deviate from the lessons. There is no better way to learn a language than to teach it to yourself, so once you have a grip on how C++ works you should start supplementing the teaching with small projects that interest you on your own. Challenge yourself to do things that are outside the curriculum, and teach yourself to do this by using google to find out how to do it. For example, you could make a text based game and look up the best way to store player data. If you were feeling extra crazy you could even look into connecting to a MySQL server. Frankly, doing small projects is the best and most fun way to learn. But that site will do wonders for teaching you the basics.
Oh yeah, quite a few forum members know C++ fairly well, so if you need any help feel free to seek us out and message us. We're all pretty helpful.