K
Kev
If I understand correctly, this should not work:
int a;
int b[a];
An SDK file I am checking out uses this in 3 or 4 structs. It does say its
written in C style. If that makes a difference.
Also is this right? The read() function in <fstream.h> uses an unsigned
char. But <fstream> uses char?
int a;
int b[a];
An SDK file I am checking out uses this in 3 or 4 structs. It does say its
written in C style. If that makes a difference.
Also is this right? The read() function in <fstream.h> uses an unsigned
char. But <fstream> uses char?