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

C / C++ / MFC

 
GeneralCListCtrl :o) Pin
MemLeak9-May-03 5:01
MemLeak9-May-03 5:01 
GeneralRe: CListCtrl :o) Pin
David Crow9-May-03 5:06
David Crow9-May-03 5:06 
GeneralRe: CListCtrl :o) Pin
MemLeak9-May-03 6:53
MemLeak9-May-03 6:53 
GeneralRe: CListCtrl :o) Pin
Michael Dunn9-May-03 7:49
sitebuilderMichael Dunn9-May-03 7:49 
GeneralRe: CListCtrl :o) Pin
David Crow9-May-03 8:11
David Crow9-May-03 8:11 
GeneralRe: CListCtrl :o) Pin
Mikey_E29-Aug-03 11:02
professionalMikey_E29-Aug-03 11:02 
GeneralRe: CListCtrl :o) Pin
David Crow30-Aug-03 15:33
David Crow30-Aug-03 15:33 
GeneralRe: CListCtrl :o) Pin
Mikey_E30-Aug-03 16:30
professionalMikey_E30-Aug-03 16:30 
GeneralRe: CListCtrl :o) Pin
David Crow2-Sep-03 2:30
David Crow2-Sep-03 2:30 
GeneralIntegrating MapPoint With MFC application Pin
Sridhar Sanikommu9-May-03 5:00
Sridhar Sanikommu9-May-03 5:00 
GeneralRe: read non-text files Pin
David Crow9-May-03 4:47
David Crow9-May-03 4:47 
GeneralRe: read non-text files Pin
Mazdak9-May-03 4:52
Mazdak9-May-03 4:52 
GeneralRe: read non-text files Pin
David Crow9-May-03 5:03
David Crow9-May-03 5:03 
GeneralRe: read non-text files Pin
Mazdak9-May-03 5:19
Mazdak9-May-03 5:19 
GeneralRe: read non-text files Pin
David Crow9-May-03 5:27
David Crow9-May-03 5:27 
GeneralRe: read non-text files Pin
Mazdak9-May-03 6:14
Mazdak9-May-03 6:14 
GeneralRe: read non-text files Pin
jhwurmbach9-May-03 5:00
jhwurmbach9-May-03 5:00 
GeneralRe: read non-text files Pin
Mazdak9-May-03 5:18
Mazdak9-May-03 5:18 
GeneralRe: read non-text files Pin
Mike Dimmick9-May-03 5:06
Mike Dimmick9-May-03 5:06 
GeneralRe: read non-text files Pin
David Crow9-May-03 5:09
David Crow9-May-03 5:09 
Mike Dimmick wrote:
Don't use fopen() or the other C runtime file functions from <stdio.h> for reading binary data. They're only designed for use with text files.

Where did you get this from? fopen(), fread(), fwrite(), and fclose() operate on both text files and binary files. They always have.
GeneralRe: read non-text files Pin
Rickard Andersson209-May-03 6:21
Rickard Andersson209-May-03 6:21 
GeneralRe: read non-text files Pin
Mazdak9-May-03 6:55
Mazdak9-May-03 6:55 
GeneralRe: read non-text files Pin
David Crow9-May-03 7:20
David Crow9-May-03 7:20 
GeneralRe: read non-text files Pin
David Crow9-May-03 7:11
David Crow9-May-03 7:11 
GeneralRe: read non-text files Pin
Rickard Andersson2010-May-03 3:46
Rickard Andersson2010-May-03 3:46 

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.