I am looking for help regarding major project ideas in C and C++.
This project is a part of the my computer engg curriculum. Kindly help
me in finding out the ideas ASAP.
This is a bit like saying "I've got a pen, any idea what I should write?".
Ultimately to be of any use a computer program must assist in performing a
task which has nothing to do with computers. There are literally thousands
of possible applications.
Some ideas:
A "babbler" detector. A "babbler" is a computer program which generates
grammatical nonsense sentences, and is used to evade spam filters. Can you
distinguish from meaningful sentences? (hard).
A "promoter" database. "Promoters" are stretches of DNA upsteam of genes
which are involved in regulation. At the moment there isn't a good resource
for browsing them. Write the program so that new data can be added as more
sequencing projects are completed.
An adventure game. Try to get out of the rooms / nested containers / doors
with locks paradigm by having autonomous characters that wander from place
to place, a storyline, and good interaction.