Csci251csci851 advanced programming assignment this


Advanced Programming Assignment

Overview -

This assignment is to be implemented using procedural programming. The overall program should process patients through a medical centre. This is not supposed to be a sensible simulation of such a centre, and does not comply with typical operating practices for such centres.

General code notes -

These are some general rules about what you should and shouldn't do.

1. Your assignment should be organised into:

(a) A driver file containing your main() function.

(b) A header file containing the prototypes for the functions you write.

(c) An implementation file containing the implementations of your functions.

2. Your code must compile on Banshee with the compilation instructions you provide in Readme.txt.

3. You are not allowed to use classes.

4. You can use structs, but without member functions.

5. You should include some exception handling in the case of data file unavailability.

6. Be consistent in your tabbing style.

7. Include sensible volumes of commenting.

8. Use appropriate variable names.

9. Don't leak memory.

10. The main() function should make it clear what is going in, and shouldn't be too large.

Attachment:- Assignment File.rar

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Csci251csci851 advanced programming assignment this
Reference No:- TGS02416015

Expected delivery within 24 Hours