Instructions
Please read the following instructions carefully before solving & submitting assignment:
It should be clear that your assignment will not get any credit (zero marks) if:
o        The assignment is submitted after due date.
o        The submitted code does NOT compile.
o        The submitted assignment is other than .CPP file.
o        The submitted assignment does NOT open or file is corrupted.
o        The assignment is copied (from other student or ditto copy from handouts or internet).
Uploading instructions
For clarity and simplicity, You are required to Upload/Submit only ONE .CPP file.

Note: Use ONLY Dev-C++ IDE.
Objective
The objective of this assignment is

o   To make you familiar of Programming with List Data Structure.

For any query about the assignment, contact at cs301@vu.edu.pk

GOOD LUCK
Problem Statement:

You have to implement a List Data Structure of student profile information records by using Array in C++ language. In which you have to create:

  1. A structure (using struct keyword) named StudentProfie.
  2. A class named ArrayList.

Details:

StudentProfile structure must have five variables of type string (string.h library) in it.
  1. userid
  2. userName
  3. subject
  4. degreeProgram
  5. uniName

ArrayList should implement following data members and member functions:
  
(“X” denote StudentProfie Object means a student profile record while “?” denotes position where want to add a particular record in the array list.)

[Download##download##]

Post a Comment

Don't Forget To Join My FB Group VU Vicky
THANK YOU :)

Previous Post Next Post