Error at constructor : Expected an identifier?

Your constructor should be defined the following way

Student::Student() { /* some code */ } 

Leave a Comment