Starting from:
$35

$29

Lab 10 Solution

Instructions:
    • Create an empty project called Lab10
    • Copy the file Lab10.cpp to your lab10 project folder.
        ◦ Add the file as a source file
    • Create a header file, called group.h 
        ◦ Remove the class definition from the lab10.cpp and paste it into the header file
    • Create an implementation file, called groupimp.cpp
        ◦ Include this file in the project
        ◦ In this file, write the definitions of the class functions 
    • Compile the program
        ◦ Fix any syntax errors

More products