Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How to make a program in turbo c++ using class to get 5 students details -(5 subject marks,name,rollno)?


What I have tried:

How to make a program in turbo c++ using class to get 5 students details -(5 subject marks,name,rollno)?
Posted
Updated 22-Jul-17 4:48am
Comments
Richard MacCutchan 22-Jul-17 8:46am    
You do it by research, design, code and test.

1 solution

The same way you approach any problem: Specification, design, development, test, release.

First read the question your tutor set very carefully - they normally contain nearly everything you need to know to write the answer. Then re-read your course notes - that should fill in the blanks.

Then use the question as a specification and design a solution which fits it. Test the design by hand and make sure it works.
When the design is ok and tests out, begin coding the design. Test this as you go, and at the end. At some points, you may have to go back to a stage above and rework the spec or design.

Test it. And test it again. If it fails, go back and revise until it doesn't.
You can now submit your work.

Give it a try: it's probably a lot easier than you think.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900