Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to get a line of text file Pin
nomi khan1-Oct-08 15:37
nomi khan1-Oct-08 15:37 
GeneralRe: how to get a line of text file Pin
David Crow1-Oct-08 17:07
David Crow1-Oct-08 17:07 
GeneralRe: how to get a line of text file Pin
CPallini1-Oct-08 21:28
mveCPallini1-Oct-08 21:28 
GeneralRe: how to get a line of text file Pin
Hamid_RT1-Oct-08 19:19
Hamid_RT1-Oct-08 19:19 
GeneralRe: how to get a line of text file Pin
CPallini1-Oct-08 21:26
mveCPallini1-Oct-08 21:26 
AnswerRe: how to get a line of text file Pin
Hamid_RT1-Oct-08 19:15
Hamid_RT1-Oct-08 19:15 
AnswerRe: how to get a line of text file Pin
Sandeep Saini SRE2-Oct-08 17:10
Sandeep Saini SRE2-Oct-08 17:10 
AnswerRe: how to get a line of text file Pin
kapardhi2-Oct-08 23:06
kapardhi2-Oct-08 23:06 
You may open the text file using "CStdioFile",
the read each line using ReadString().
Actually ReadString () reads each line at a time !!
QuestionRedraw Pin
Sarriss1-Oct-08 3:00
Sarriss1-Oct-08 3:00 
AnswerRe: Redraw Pin
Steve Thresher1-Oct-08 3:25
Steve Thresher1-Oct-08 3:25 
GeneralRe: Redraw Pin
Sarriss1-Oct-08 3:40
Sarriss1-Oct-08 3:40 
GeneralRe: Redraw Pin
Steve Thresher1-Oct-08 3:44
Steve Thresher1-Oct-08 3:44 
GeneralRe: Redraw Pin
Sarriss1-Oct-08 3:56
Sarriss1-Oct-08 3:56 
GeneralRe: Redraw Pin
Steve Thresher1-Oct-08 4:09
Steve Thresher1-Oct-08 4:09 
GeneralRe: Redraw Pin
Sarriss1-Oct-08 4:18
Sarriss1-Oct-08 4:18 
GeneralRe: Redraw Pin
Steve Thresher1-Oct-08 4:20
Steve Thresher1-Oct-08 4:20 
GeneralRe: Redraw Pin
Sarriss1-Oct-08 4:22
Sarriss1-Oct-08 4:22 
GeneralRe: Redraw Pin
Mark Salsbery1-Oct-08 5:11
Mark Salsbery1-Oct-08 5:11 
GeneralRe: Redraw Pin
Sarriss1-Oct-08 5:13
Sarriss1-Oct-08 5:13 
GeneralRe: Redraw Pin
Mark Salsbery1-Oct-08 5:31
Mark Salsbery1-Oct-08 5:31 
GeneralRe: Redraw Pin
Sarriss1-Oct-08 6:29
Sarriss1-Oct-08 6:29 
GeneralRe: Redraw Pin
Mark Salsbery1-Oct-08 6:53
Mark Salsbery1-Oct-08 6:53 
GeneralRe: Redraw Pin
Sarriss1-Oct-08 7:03
Sarriss1-Oct-08 7:03 
GeneralRe: Redraw Pin
Mark Salsbery1-Oct-08 7:12
Mark Salsbery1-Oct-08 7:12 
GeneralRe: Redraw Pin
Sarriss1-Oct-08 7:25
Sarriss1-Oct-08 7: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.