954,499 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Practical Help

class Student {

private:

string studentName; // Would this be initialising a student's name and program code to empty strings.??????
string studentProgramCode;

public:
/**
* Default constructor.
* Creates an empty Student object by initialising a student's name and
* program code to empty strings.
*/
Student(); //Default constructor.???

/**
* Constructor.
* Creates a Student object with the given name and program code.
*/
Student(const string& name, const string& programCode);

/**
* return the name of this student.
*/
string getName()const;
Im very Confused where to start the practical can anyone give me any tips etc?

mayo88
Newbie Poster
1 post since Apr 2009
Reputation Points: 10
Solved Threads: 0
 
jencas
Posting Whiz
366 posts since Dec 2007
Reputation Points: 395
Solved Threads: 71
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You