I Forgot to do my Project... ![]() [ Will Broaden After the Terminal Exams.... ] I'll give you a brief idea on what to make. Everyone's project may be different but most of them like
book stores and library management have the same layout,
i.e. the same coding:
1) SHOW the list. 2) ADD smt to a list. 3) MODIFY smt on a list 4) DELETE smt from a list. However... Its not as easy as the above may look.
You have to use DATA FILE HANDLING. (Now there may be a lot more options in a project
but the ones I've mentioned make up the main part.) EXAMPLE:
When you choose something like a restaurant...
You'll have all the above options with fields like;
SNo, Name, Qty, Price
SHOW will display the Menu with above details.
(and the list is expected to be sorted)
Instead of DELETE... you call it BUY and show a bill. A manager can MODIFY the qty or price,
and ADD an item specifying the details. _____ You'll need an idea in ARRAYS,
ARRAY OBJECTS, DATA FILE HANDLING,
CLASSES & ITS FUNCTIONS,
and some REVISION TOUR concepts.
_____ _____ Or go for the icbse & other pre-made projects.
If you're too Lazy...
computer science c++ projects class-xii.zip : Password: icbse : Though check out the following as well (Complex Ones):
I find them really cool. Rach's Project.rar And definitely don't forget to check out the one I (metalwihen) made: |