C/C++ Top 5 C++ Projects for 12th Grade Students: Billing & Management Ideas

  • Thread starter Thread starter devika
  • Start date Start date
  • Tags Tags
    C++ Projects
AI Thread Summary
A 12th-grade student is seeking project ideas for a C++ assignment due tomorrow, specifically looking for concepts that do not involve graphics and must include classes. The teacher has suggested billing and management projects. Participants in the discussion emphasize that creating a program to collect and sort data is manageable and encourage the student to explore ideas within that framework.
devika
Messages
1
Reaction score
0
please help me !c++ projects

hi guys,
I am a 12th student.
i am in a great trouble !
My teacher wants the name of my computer project tomorrow!
pls give me some ideas for it.

graphics are not allowed& it should have classes etc.
teacher recommended some billing&management projects
pls help me !:cry: :cry: :cry: :cry:
 
Technology news on Phys.org
oh come on, it is not that hard. He wants you to come up with a program that will collect and sort data. that is easy.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...
Back
Top