0
I have a project, i must make an application using C++, i need your recommendation what application i should make ?
10 Respuestas
0
What's the purpose of your project?
0
college project, the purpose is to make application using C++, i confuse what application i should make for that project
0
suggest me what application should i make
0
So using C++ is just required?
If it is a beginner's programming course, how about simple mathematic applications, for example a program listing prime numbers?
or else, please tell your/project's level.
0
Maybe, a grading system? or basic calculator
0
yes, c++ is just required, the project's level is advanced
0
"advanced"... hmm... it's too vague...
0
i'm a beginner programmer, but my Teacher gave me an advanced project :(
0
Oh, I see.
So let's start from a simple, tiny program,
then develop step by step.
Taking a grading system as an example.
The first app takes student scores as user's input and returns the number of students (just counts input values)
The second one will calculate average score.
Next, let's add a function to find a top student.
Sort students by scores.
Assign A-F.
Then, ..., then ..., then ...
You can implement advanced features such as statistics or visualization.
0
okay, Thank you very much :)