Help to create Class in C++


hi there am anew user i need help to crate C++
Design a class pass called student with the following data member,
First name, Last name, Regstration number, yeah of study,
include the required set and get function.

You should read through this to help you understand classes and it also has the basic syntax. Hope this helps, good luck.

http://www.tutorialspoint.com/cplusplus/cpp_classes_objects.htm
Last edited on
closed account (E0p9LyTq)
http://www.learncpp.com/cpp-tutorial/81-welcome-to-object-oriented-programming/
THANKX GUYS
for the reply
Topic archived. No new replies allowed.