Click here to Skip to main content
15,896,154 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralFormView override doubt Pin
RuiSantiago30-Sep-02 5:58
RuiSantiago30-Sep-02 5:58 
GeneralRe: FormView override doubt Pin
jmkhael30-Sep-02 6:02
jmkhael30-Sep-02 6:02 
GeneralRe: FormView override doubt Pin
RuiSantiago30-Sep-02 6:25
RuiSantiago30-Sep-02 6:25 
GeneralRe: FormView override doubt Pin
jmkhael30-Sep-02 6:35
jmkhael30-Sep-02 6:35 
GeneralRe: FormView override doubt Pin
RuiSantiago30-Sep-02 6:58
RuiSantiago30-Sep-02 6:58 
GeneralRe: FormView override doubt Pin
jmkhael30-Sep-02 7:44
jmkhael30-Sep-02 7:44 
GeneralRe: FormView override doubt Pin
RuiSantiago1-Oct-02 0:53
RuiSantiago1-Oct-02 0:53 
GeneralCFile and read Pin
ns30-Sep-02 5:43
ns30-Sep-02 5:43 
First I dont see a flag or anything telling CFile::Read that its reading binary data, and not text. I read a binary file into a char*a: I need to know, knowing the length of the cFile object thats been opened, what size to make a:

say nSize (from GetLength) is n. Then do I say

a = new char[n+1];

or

a = new char[n];

When I read text data in, I have to put a[n] = 0; to null terminate it. DO i do the same in case of a binary file?

Thanks,
ns
GeneralRe: CFile and read Pin
jmkhael30-Sep-02 5:52
jmkhael30-Sep-02 5:52 
GeneralRe: CFile and read Pin
jmkhael30-Sep-02 5:58
jmkhael30-Sep-02 5:58 
GeneralRe: CFile and read Pin
ns30-Sep-02 6:05
ns30-Sep-02 6:05 
QuestionWrite to Excel File ??? Pin
Nitron30-Sep-02 5:32
Nitron30-Sep-02 5:32 
AnswerRe: Write to Excel File ??? Pin
Stephane Rodriguez.30-Sep-02 5:44
Stephane Rodriguez.30-Sep-02 5:44 
GeneralRe: Write to Excel File ??? Pin
Nitron30-Sep-02 6:01
Nitron30-Sep-02 6:01 
AnswerRe: Write to Excel File ??? Pin
TyMatthews30-Sep-02 6:23
TyMatthews30-Sep-02 6:23 
GeneralMultiSelect CFileDialog (Open) Pin
ns30-Sep-02 5:14
ns30-Sep-02 5:14 
GeneralRe: MultiSelect CFileDialog (Open) Pin
Ravi Bhavnani30-Sep-02 5:17
professionalRavi Bhavnani30-Sep-02 5:17 
GeneralRe: MultiSelect CFileDialog (Open) Pin
jmkhael30-Sep-02 5:17
jmkhael30-Sep-02 5:17 
GeneralRe: MultiSelect CFileDialog (Open) Pin
Lakitu30-Sep-02 5:17
Lakitu30-Sep-02 5:17 
GeneralThanks everyone!!! Pin
ns30-Sep-02 5:26
ns30-Sep-02 5:26 
Generalshow text in statusbar Pin
jafrazee30-Sep-02 4:43
jafrazee30-Sep-02 4:43 
GeneralRe: show text in statusbar Pin
Jon Hulatt30-Sep-02 5:09
Jon Hulatt30-Sep-02 5:09 
GeneralRe: show text in statusbar Pin
jafrazee30-Sep-02 5:18
jafrazee30-Sep-02 5:18 
GeneralRe: show text in statusbar Pin
Jon Hulatt30-Sep-02 5:37
Jon Hulatt30-Sep-02 5:37 
GeneralRe: show text in statusbar Pin
jafrazee30-Sep-02 6:25
jafrazee30-Sep-02 6:25 

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.