[Solved] In c++ if header is included why I got ‘does not a name of type’ error? [closed]


You have a difference in your case for your student class:

  1. class student – Lower case s

  2. Student Current() const – Upper case S

solved In c++ if header is included why I got ‘does not a name of type’ error? [closed]