In this page of wikipedia you'll found some exercises for beginners.
http://en.wikibooks.org/wiki/C++_Exercises_for_beginners
Good luck.
2007-02-19 07:12:45
·
answer #1
·
answered by Anonymous
·
0⤊
0⤋
When you say C++, I am assumming that you are not intersted in learning the algorithms but in Object Oriented concepts like class, inheritance and polymorphism.
Write a class time, which has hours, minutes and seconds as members. Write operations such as addition, substraction and conversion of time. Try writing different print functions.
Write a small library application, where students and professors can issue books, and the system keeps track of who has issues which book, and when to return it.
2007-02-20 18:43:28
·
answer #2
·
answered by manoj Ransing 3
·
0⤊
0⤋
1)program for printing 1 to 10 prime numbers
with out using semicolon(;)
2)operator overloading for matrix manipulations
3)file operations for student mark lists and giving grades,
2007-02-19 02:20:08
·
answer #3
·
answered by aravind0609 1
·
0⤊
0⤋
Sure......here's one
make a menu driven Programme which will ask the user to select one from following-
Prime /Not prime
Factorial
Even Or odd.
2007-02-19 02:15:20
·
answer #4
·
answered by Pravin 1
·
0⤊
0⤋