Starter here!

Hello!I am a starter in C++ and I want to become better in programming since I see my future in this,kind of.So all I know for now is to make a basic computer,enter two numbers and it displays addition,substraction,division and multiplication.Second program I made was a funny one.Basically you type your age and it was like :if age<10 cout you're small.if age>=10,age<20 cout you're teenager and so on... .I also made one that you had to type a number from 1 to 10 and the lucky number was 6.i made it like int a; cin>>a; if(a=6) cout you guessed. else if (a!=6) cout wrong.I am in my second year of informatics at school(10th grade romanian).What do you suggest me to do?
There are some suggestions for beginner projects in an article on this site: http://www.cplusplus.com/articles/N6vU7k9E/

There's also a tutorial here: http://www.cplusplus.com/doc/tutorial/
Topic archived. No new replies allowed.