using an or statement for multiple items?Well, anything that doesn't equal 0 OR evaluate to false (0).
Error issueHave you tried unrolling it into: [code]file >> ID; file >> NAME; file >> GRADE;[/code] That might h...
Error when Reading From Binary FileShould be. The string template has it's own overloaded [code]operator>>[/code] and [code]operator<<[...
using an or statement for multiple items?@Algar32: (Nice name. I prefer Riva.) Basically, each side of a logical operator is a complete st...
Error when Reading From Binary FileWouldn't it be: [code]delete[] name;[/code]