Write a declaration statement for an input file object using a path on the floppy drive. The file name is: student.dat
Write a declaration statement for an output file object using a path on the floppy drive in which data can be added at the end of the file. The file name is: grades.dat
Overload the extraction operator for a class called SSN. Assuming the user will input data in the following format 123-54-6789. Only write code for the implementation file.
In the Linux/Unix enviroment programmers use a function called fork(). What does this function do?