my project

hey friends i have got my first project as follow:
IT Enabled interaction system.
A system through which user can post/receive a message to/from a user, group of users or/and to all.
The users are: Students, teachers and administration.
Requirements
User, on login, will be able to view messages in his/her name, sent to his/her group, sent to all.
If the message is a reply for earlier message, the history of earlier message should also be visible.
User should send reply/new message to individual, group or all.
(Files: Users, Messages)
i need help frm u ppl
1. classes wil be used in this project or not
2. will it be fine to use goto statements in this???
1. classes wil be used in this project or not
Using classes is (almost) always a good thing
2. will it be fine to use goto statements in this???
Using goto is never a good thing
This appears to be a major project.
1. What amount of time do you have to do this?
2. Are you expected to do this on your own?
Is this an actual project, or a mock project for practice?
If it's an actual project, I pity the system that has to run OP's bowl of spaghetti. Seriously, is 2 even worth asking, anymore? Although it wouldn't have been any less worrying if he had asked about using ifs or fors.
The question about goto is very strange. Where have you heard that it's generally okay to use gotos? I believe the only potential use left in C++ (besides a little old-fashioned error handling) is to jump to the end of a nested loop or some such structured escape.
Topic archived. No new replies allowed.