Click here to Skip to main content
16,014,669 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I need a project in "object oriented" C++
Posted
Updated 14-May-10 6:19am
v2

1 solution

sameer 2010 wrote:
in "object oriented" C++


as opposed to some other kind of C++?

How about this, write a Magic 8-ball program that will tell you whether or not you should write a Magic 8-ball program.
 
Share this answer
 
Comments
danger man 2011 14-May-10 13:14pm    
oky , if i want write a program is calculate sum of series , what i should do ??
0x3c0 14-May-10 13:29pm    
If you want to create a sum of a series, all you need is a loop (assuming that the series isn't arithmetic or geometric) with an accumulator. There's no need for an object oriented design there.
danger man 2011 14-May-10 13:40pm    
thnx
actualy , i need an idea for project ??
OriginalGriff 14-May-10 15:20pm    
I think we guessed that.
How do you expect us to suggest that? We don't know what level you are at, how long you have to do it, how big a project you need to hand in, or anything. You could be at the point where getting "Hello World" to display on a console is a major achievement, or a level where a whole brain simulator with 3D display in faster than real time is feasible.
danger man 2011 14-May-10 16:23pm    
i am in Non-advanced stage
s.t i can write a class , if , loop , and basic of c just it
and i will be thanx for any help

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900