A
Art Cummings
Hello all,
does the write function have a return type? I've got a write statement that
isn't writing and I wanted to see if there is a way to do error checking.
Thanks
Art
student.write(reinterpret_cast<char *>(&studentInfo),sizeof(studentInfo));
does the write function have a return type? I've got a write statement that
isn't writing and I wanted to see if there is a way to do error checking.
Thanks
Art
student.write(reinterpret_cast<char *>(&studentInfo),sizeof(studentInfo));