Click here to Skip to main content
15,888,286 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionLink errors using std::vector Pin
BuckBrown23-Jun-06 10:22
BuckBrown23-Jun-06 10:22 
AnswerRe: Link errors using std::vector Pin
Neville Franks23-Jun-06 13:27
Neville Franks23-Jun-06 13:27 
QuestionAPI needed Pin
act_x23-Jun-06 9:57
act_x23-Jun-06 9:57 
AnswerRe: API needed Pin
cje23-Jun-06 9:59
cje23-Jun-06 9:59 
AnswerRe: API needed Pin
David Crow23-Jun-06 10:00
David Crow23-Jun-06 10:00 
AnswerRe: API needed Pin
act_x23-Jun-06 10:05
act_x23-Jun-06 10:05 
AnswerRe: API needed Pin
Hamid_RT23-Jun-06 21:08
Hamid_RT23-Jun-06 21:08 
QuestionBinary File IO Pin
Jumpin' Jeff23-Jun-06 9:06
Jumpin' Jeff23-Jun-06 9:06 
I'm having trouble grasping Binary file I/O.

I am trying to read back a binary file that includes the following example...

char type[9]="File Type"
short MajorVersion = 1
short MinorVersion = 0

Using most methods found, I can read "File Type" but it's got garbage appended to it, so I cannot compare with a known type.

Also, I'm having trouble going beyond that. Meaning, I cannot access the version shorts.

The examples I've come across doesn't go into any depth about multiple types, or how to retrieve multiple items from a single buffer read.

Do I need to flush the buffer, and reposition my pointer?

What's the best way about getting this information out of my file?

Can someone give me a quick example of how to retrieve this data, and what method is most efficient?

Jeff
AnswerRe: Binary File IO Pin
David Crow23-Jun-06 9:10
David Crow23-Jun-06 9:10 
GeneralRe: Binary File IO Pin
Jumpin' Jeff23-Jun-06 9:41
Jumpin' Jeff23-Jun-06 9:41 
GeneralRe: Binary File IO Pin
David Crow23-Jun-06 9:53
David Crow23-Jun-06 9:53 
GeneralRe: Binary File IO [modified] Pin
Zac Howland23-Jun-06 10:02
Zac Howland23-Jun-06 10:02 
AnswerRe: Binary File IO [modified] Pin
Joe Woodbury23-Jun-06 9:25
professionalJoe Woodbury23-Jun-06 9:25 
GeneralRe: Binary File IO Pin
Jumpin' Jeff23-Jun-06 9:50
Jumpin' Jeff23-Jun-06 9:50 
GeneralRe: Binary File IO Pin
David Crow23-Jun-06 9:55
David Crow23-Jun-06 9:55 
GeneralRe: Binary File IO Pin
Jumpin' Jeff23-Jun-06 9:59
Jumpin' Jeff23-Jun-06 9:59 
GeneralRe: Binary File IO Pin
Joe Woodbury23-Jun-06 10:37
professionalJoe Woodbury23-Jun-06 10:37 
QuestionEntry Points into Exe files Pin
Hibelton23-Jun-06 8:53
Hibelton23-Jun-06 8:53 
AnswerRe: Entry Points into Exe files Pin
ovidiucucu24-Jun-06 7:22
ovidiucucu24-Jun-06 7:22 
QuestionPointers [modified] Pin
Jay0323-Jun-06 8:16
Jay0323-Jun-06 8:16 
AnswerRe: Pointers Pin
Jun Du23-Jun-06 8:52
Jun Du23-Jun-06 8:52 
GeneralRe: Pointers Pin
Jay0323-Jun-06 9:19
Jay0323-Jun-06 9:19 
GeneralRe: Pointers Pin
Zac Howland23-Jun-06 10:08
Zac Howland23-Jun-06 10:08 
GeneralRe: Pointers Pin
Jun Du23-Jun-06 10:30
Jun Du23-Jun-06 10:30 
GeneralRe: Pointers Pin
Jun Du23-Jun-06 10:15
Jun Du23-Jun-06 10:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.