Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

First Steps in Learning C++ [duplicate]

Tags:

c++

c

Possible Duplicate:
The Definitive C++ Book Guide and List

I want to be a programmer; and I want to learn the basics of C++. Can anyone give me any pointers on how to start? I'm currently a complete novice and have no programming experience.

like image 943
I'm Avatar asked Jan 22 '13 21:01

I'm


1 Answers

There are lots of tutorials available online. Just search for tutorial and C++. Here is one for instance:

http://www.cprogramming.com/tutorial/lesson1.html

An alternative would be to invest in a book!

like image 99
Daniel Hedberg Avatar answered Nov 11 '22 12:11

Daniel Hedberg