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(r einterpret_cast <char *>(&studentInfo ),sizeof(studen tInfo));
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(r einterpret_cast <char *>(&studentInfo ),sizeof(studen tInfo));
Comment