FileHeader
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
whats file?_**
**_
whitesky
-
Be more specific SaRath.
"Don't Do Different things... Do Things Differently..." Understanding State Pattern in C++ -
There is no such thing as a general file header! There are general file attributes, you can get them with GetFileSize(), GetFileType(), GetFileTime() e.t.c. Another thing is that files used by certain applications can have a file header. In that case, the header is specific to the application that created the file in question.