I am taking a C++ class and have a assignment which requires me to dynamically allocate memory for a struct. I don\'t recall ever going over this in class and we only brief
struct goes before the name of the structure it defines. :)
struct
What is the error you're seeing when you try new Student? Why doesn't it work?
new Student