Re: write
Art Cummings wrote:
> Hello all,
>
> does the write function have a return type?
What write function?
> 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));
What type is student?
|