student name. In brackets, one argument is a pointer to the type char with the initial value "no name" (but here I am not sure). And what is: name (pName)?!

  • one
    Is this a f-member class member? Let's take the class code then ... - gecube

1 answer 1

I suspect that a student is a class, and what you write is a constructor. Then name is one of the fields. name (pName) is the initialization of this field.

  • Yep The same thoughts. - gecube 5:41