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

C / C++ / MFC

 
GeneralRe: read document file Pin
CPallini28-Jan-08 0:45
mveCPallini28-Jan-08 0:45 
JokeRe: read document file Pin
Rajesh R Subramanian28-Jan-08 1:15
professionalRajesh R Subramanian28-Jan-08 1:15 
QuestionRegarding Your suggestion:: Pin
rowdy_vc++27-Jan-08 23:41
rowdy_vc++27-Jan-08 23:41 
QuestionRe: Regarding Your suggestion:: Pin
CPallini27-Jan-08 23:51
mveCPallini27-Jan-08 23:51 
GeneralRe: Regarding Your suggestion:: Pin
rowdy_vc++28-Jan-08 0:01
rowdy_vc++28-Jan-08 0:01 
QuestionRe: Regarding Your suggestion:: Pin
CPallini28-Jan-08 0:10
mveCPallini28-Jan-08 0:10 
GeneralRe: Regarding Your suggestion:: Pin
rowdy_vc++28-Jan-08 0:14
rowdy_vc++28-Jan-08 0:14 
GeneralRe: Regarding Your suggestion:: Pin
CPallini28-Jan-08 0:36
mveCPallini28-Jan-08 0:36 
You should consider how your file is structured (is it a text file or is it a binary one, has a regular format ?), then you have to use some function to read in a meaningful way the file constent (for instance fread for binary files, fscanf for text ones,...) then you need to use (as suggested by Iain Clarke) the CStringArray::Add method to add read elements to your array.
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

[my articles]


GeneralRe: Regarding Your suggestion:: Pin
Iain Clarke, Warrior Programmer28-Jan-08 0:23
Iain Clarke, Warrior Programmer28-Jan-08 0:23 
GeneralOut of Memory Pin
Andre Rios27-Jan-08 23:33
Andre Rios27-Jan-08 23:33 
GeneralRe: Out of Memory Pin
Iain Clarke, Warrior Programmer27-Jan-08 23:39
Iain Clarke, Warrior Programmer27-Jan-08 23:39 
GeneralRe: Out of Memory Pin
Andre Rios29-Jan-08 22:31
Andre Rios29-Jan-08 22:31 
GeneralRead buffer into a string. Pin
CodingLover27-Jan-08 23:00
CodingLover27-Jan-08 23:00 
GeneralRe: Read buffer into a string. Pin
Cedric Moonen27-Jan-08 23:08
Cedric Moonen27-Jan-08 23:08 
GeneralRe: Read buffer into a string. Pin
CodingLover27-Jan-08 23:14
CodingLover27-Jan-08 23:14 
GeneralRe: Read buffer into a string. Pin
Cedric Moonen27-Jan-08 23:21
Cedric Moonen27-Jan-08 23:21 
GeneralRe: Read buffer into a string. Pin
Maxwell Chen27-Jan-08 23:09
Maxwell Chen27-Jan-08 23:09 
GeneralRe: Read buffer into a string. Pin
CodingLover27-Jan-08 23:18
CodingLover27-Jan-08 23:18 
GeneralRe: Read buffer into a string. Pin
Maxwell Chen27-Jan-08 23:21
Maxwell Chen27-Jan-08 23:21 
GeneralRe: Read buffer into a string. Pin
CodingLover27-Jan-08 23:35
CodingLover27-Jan-08 23:35 
QuestionRe: Read buffer into a string. Pin
CPallini27-Jan-08 23:17
mveCPallini27-Jan-08 23:17 
GeneralRe: Read buffer into a string. Pin
CodingLover27-Jan-08 23:22
CodingLover27-Jan-08 23:22 
GeneralRe: Read buffer into a string. Pin
CPallini27-Jan-08 23:38
mveCPallini27-Jan-08 23:38 
GeneralRe: Read buffer into a string. Pin
CodingLover27-Jan-08 23:52
CodingLover27-Jan-08 23:52 
GeneralRe: Read buffer into a string. Pin
CPallini28-Jan-08 0:17
mveCPallini28-Jan-08 0:17 

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.