If you are new to programming, you might be well off to find one or more "Programmning Concepts" tutorials before worrying about a specific language. A large part of programming is know the concepts. A small part is knowing the syntax of a particular language.
It's kind of like driving a car. You can learn a lot about driving without ever getting in a car. Then in the first car, you learn to apply the concepts that you've learned. Then taking that experience and concepts, it's easy to learn to drive the next car or truck or motorcycle (?).
I think that one reason people that are self-teaching via tutorials get lost and give up so easily is that the tutorials are teaching syntax not programming concepts. The programming concepts are almost more important than the syntax.
I did a google search on "programming concepts tutorial" and one returned was:
http://cisnet.baruch.cuny.edu/holowczak/classes/programming/
It looked liked a good place to start.
Later, google for "C++ tutorial" and pick one of those. Don't get 'daunted' that there are thousands, just pick one and go. No matter which one you pick, you won't learn everything there is to know anyway. Repeating the same one multiple times or going on to other ones will still teach you something.
When I googled for "C++ tutorial", the first return was:
http://www.cplusplus.com/doc/tutorial/
That looked good to me. It said that all of it's programs are console programs. That's all you need to get started.
Be sure to come back and let us know if our suggestions helped!