Click here to Skip to main content
15,921,643 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC extension dll Pin
Gary R. Wheeler12-Jan-03 3:39
Gary R. Wheeler12-Jan-03 3:39 
GeneralRe: MFC extension dll Pin
BORICUA12-Jan-03 18:03
BORICUA12-Jan-03 18:03 
GeneralFonts in bitmaps Pin
David Chamberlain10-Jan-03 4:08
David Chamberlain10-Jan-03 4:08 
GeneralRe: Fonts in bitmaps Pin
Davide Pizzolato11-Jan-03 9:11
Davide Pizzolato11-Jan-03 9:11 
GeneralGetting Windows XP Style/Theme programmatically Pin
Liam10-Jan-03 4:02
Liam10-Jan-03 4:02 
GeneralRe: Getting Windows XP Style/Theme programmatically Pin
andykkt13-Feb-10 2:59
andykkt13-Feb-10 2:59 
GeneralSimple stdin stuff Pin
Jon Hulatt10-Jan-03 3:34
Jon Hulatt10-Jan-03 3:34 
GeneralRe: Simple stdin stuff Pin
David Chamberlain10-Jan-03 4:12
David Chamberlain10-Jan-03 4:12 
Depending on what binary data you are reading, there should be a "smallest unit" of data that you know about. If you are reading single bytes, then obviously a byte is the smallest unit. Same if you know you are reading words or dwords. If you are reading user-defined structures, then you read 1 structure of X bytes.

With that in mind, you do a read and then check the return value to see if there was data or not. This is assuming, of course, that you know the structure of the binary data you are reading.

Dave

"You can say that again." -- Dept. of Redundancy Dept.
QuestionHow to append two or more GSM wave files Pin
woonkop10-Jan-03 3:24
woonkop10-Jan-03 3:24 
GeneralRelated to image processing !! Pin
Sridhar Choudary10-Jan-03 3:16
Sridhar Choudary10-Jan-03 3:16 
GeneralRe: Related to image processing !! Pin
Gary Kirkham10-Jan-03 3:42
Gary Kirkham10-Jan-03 3:42 
GeneralRe: Related to image processing !! Pin
Sridhar Choudary10-Jan-03 3:57
Sridhar Choudary10-Jan-03 3:57 
GeneralRe: Related to image processing !! Pin
Gary Kirkham10-Jan-03 4:09
Gary Kirkham10-Jan-03 4:09 
GeneralRe: Related to image processing !! Pin
Sridhar Choudary10-Jan-03 4:16
Sridhar Choudary10-Jan-03 4:16 
GeneralCompiler error C2065 with _mbstowcsz Pin
tbcode10-Jan-03 2:08
tbcode10-Jan-03 2:08 
GeneralRe: Compiler error C2065 with _mbstowcsz Pin
AlexO10-Jan-03 2:38
AlexO10-Jan-03 2:38 
GeneralRe: Compiler error C2065 with _mbstowcsz Pin
tbcode13-Jan-03 3:26
tbcode13-Jan-03 3:26 
GeneralRe: Compiler error C2065 with _mbstowcsz Pin
Simon.W10-Jan-03 2:43
Simon.W10-Jan-03 2:43 
GeneralRe: Compiler error C2065 with _mbstowcsz Pin
tbcode13-Jan-03 3:31
tbcode13-Jan-03 3:31 
QuestionHow to receive keyboard accelerators ? Pin
rrrado10-Jan-03 1:57
rrrado10-Jan-03 1:57 
QuestionWhy the window doesn't get minimized? Pin
Joan M10-Jan-03 1:44
professionalJoan M10-Jan-03 1:44 
AnswerRe: Why the window doesn't get minimized? Pin
User 665810-Jan-03 2:42
User 665810-Jan-03 2:42 
GeneralVideo in a Window using Visual c++ Pin
Ian James9-Jan-03 23:28
Ian James9-Jan-03 23:28 
GeneralRe: Video in a Window using Visual c++ Pin
JoeZhang10-Jan-03 0:09
JoeZhang10-Jan-03 0:09 
QuestionDialog problem ? Pin
brraj9-Jan-03 23:28
brraj9-Jan-03 23:28 

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.