C++ Questions

Hi I am new to C++ but as I am learning i would like to know a few questions...

1.Will http://www.cplusplus.com/doc/tutorial/ teach me the whole programming language?

2.Is all the tutorial in the Console?

3. Where can i learn to make a non-console based program?

Thanks
closed account (o1vk4iN6)
1. A tutorial will never teach you the whole programming language, it'll teach you the fundamentals/standards. Like anything else you learn from experience.

2. I believe so.

3. If you want to create GUI programs you'll either need to learn the native API provided for the operating system you are using or you can use something like Qt to create cross-platform programs. I only mention Qt since I use it personally, there are a bunch out there, just need to google them.
Last edited on
Yes the whole tut is in the console ;)
Its good to go through the tutorial but you really need a good book if you are serious about learning C++.

I would recommend in addition to the tutorial:

http://jcatki.no-ip.org:8080/fncpp/Resources#books
Thank you all I am actually 13 but always been learning and using computers since i was 3 so decided to learn a programming language since i know HTML and JavaScript so ill probably learn the tutorial from here then get a book then repeat process to learn windows API and when i have all C++ down ill go to learn some JAVA but thank you all!
I hope you succeed man!
The younger you start the faster you learn ;D
I got into it when I was 15, too bad I didn't discover it before.
Topic archived. No new replies allowed.