-
guys am a 3rd year EE student, and I fall on this site hoping that you guys out there will help me about may project. Its about making a c++ program which will help on my course, right now I don't have any idea of any topic so guys kindly help me. Sorry about my english. 😔0
-
Administrator • Aug 28, 2011
Hi Bryan, We can surely help you with C++ Project. What is the topic? Is this is a mini-project?
What kind of help do you need?Are you sure? This action cannot be undone. -
Member • Aug 28, 2011
Actually I don't have any topic on my mind right now. This project acts as my final exam on computer subject, my teacher required as to make a c++ program that will be usable in our course(Electrical Engineering) and am not that good in c++, like While, For loop codes,ahmm i know it's my responsibility as a student to make such program but I don't know how to start 😔. And my biggest problem will be "what topic will i choose" 😔 can you give me some good topic and some advice because I will defend it 😔 sorry with my English.Are you sure? This action cannot be undone. -
Administrator • Aug 28, 2011
Here are some mini-project ideas, if it is your first time:
1) Create a paint brush application
2) Create a tetris like game
3) A bow and arrow game
4) Phone book diary
5) Dictionary
6) Library Management/Hotel Management Applications
Advanced topics could be:
1) Create a speech recognition application
2) Create a pattern recognition application
3) Create an FTP client with possible number of command supportAre you sure? This action cannot be undone. -
Member • Aug 29, 2011
Is there a ready made program here? Am not gonna copy it but I will only get some idea to start it. And can yougive me more topic?😀 thanks in advance!Are you sure? This action cannot be undone. -
Member • Aug 29, 2011
Guys can somebody give me a good idea to start my c++ project.Are you sure? This action cannot be undone. -
Member • Sep 4, 2011
I will give you a very good Idea, that is efficient , Interesting and as a Student you can do also.
"Design a New Interpreter for following Language"
------------------sample program------------
PRINT "WELCOME. ENTER A NUMBER";
INPUT A;
PRINT "YOU ENTERED";
PRINT A
LET B=A*A;
LET C=A+B;
PRINT "VALUE OF B IS";
PRINT B;
PRINT "VALUE OF C IS";
PRINT C;
-----------------------------------
input to the program must be this program written in a text file.
You can develop a C++ application that reads file like the above and produces the Output. Trust me real great.Are you sure? This action cannot be undone.