You are viewing our Forum Archives. To view or take place in current topics click here.
Learning C++ Need Ideas for some simple programs.
Posted:

Learning C++ Need Ideas for some simple programs.Posted:

TheOmgignh2
  • Challenger
Status: Offline
Joined: May 29, 201311Year Member
Posts: 120
Reputation Power: 4
Status: Offline
Joined: May 29, 201311Year Member
Posts: 120
Reputation Power: 4
I have coding knowlege in python and php, which are both similar languages. I wanted to expand my knowlege to C++ but need some ideas for some simple programs that would be good practice for a noob. I have visual studio 2010 c++ express installed already and have made silly little hello world programs but now I would like to make a program like a windows forms application and need some ideas for that. Please try to give me some simple ideas for programs as I am new to this language. Thanks.

~TheOmgignh2
#2. Posted:
Maccy
  • Junior Member
Status: Offline
Joined: Sep 30, 201310Year Member
Posts: 85
Reputation Power: 3
Status: Offline
Joined: Sep 30, 201310Year Member
Posts: 85
Reputation Power: 3
make one that does sums for you like simple + and -
#3. Posted:
ORL_MAGIC
  • Wise One
Status: Offline
Joined: Jan 18, 201212Year Member
Posts: 571
Reputation Power: 18
Status: Offline
Joined: Jan 18, 201212Year Member
Posts: 571
Reputation Power: 18
Maccy wrote make one that does sums for you like simple + and -


Really? A simple addition and subtraction calculator? Whats the point in that?

Since were on the subject of calculators you could try a role at a full fledged scientific calculator. That was my first on my own program I did in java.

You could make a grading program where you enter a "students" grades and lets the user know what their grade is and what letter grade it is.

Once you dive more into arrays you could try a small tic tac toe game.


Thats all I can really think of. Those were just some programs I made while I was learning java which you could make in c++
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.