Click here to Skip to main content
15,897,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Saving console's output buffer Pin
Brett Peirce2-Mar-06 12:56
Brett Peirce2-Mar-06 12:56 
GeneralRe: Saving console's output buffer Pin
David Crow3-Mar-06 2:50
David Crow3-Mar-06 2:50 
GeneralRe: Saving console's output buffer Pin
Brett Peirce6-Mar-06 6:30
Brett Peirce6-Mar-06 6:30 
Questionpassing CString into ofstream? Pin
ldsdbomber2-Mar-06 6:09
ldsdbomber2-Mar-06 6:09 
AnswerRe: passing CString into ofstream? Pin
David Crow2-Mar-06 6:32
David Crow2-Mar-06 6:32 
GeneralRe: passing CString into ofstream? Pin
ldsdbomber2-Mar-06 21:54
ldsdbomber2-Mar-06 21:54 
QuestionWMI Win32_PingStatus address help Pin
viperlogic2-Mar-06 5:47
viperlogic2-Mar-06 5:47 
QuestionRe: WMI Win32_PingStatus address help Pin
David Crow2-Mar-06 8:02
David Crow2-Mar-06 8:02 
AnswerRe: WMI Win32_PingStatus address help Pin
viperlogic2-Mar-06 8:19
viperlogic2-Mar-06 8:19 
GeneralRe: WMI Win32_PingStatus address help Pin
David Crow2-Mar-06 8:26
David Crow2-Mar-06 8:26 
GeneralRe: WMI Win32_PingStatus address help Pin
viperlogic2-Mar-06 8:36
viperlogic2-Mar-06 8:36 
GeneralRe: WMI Win32_PingStatus address help Pin
Ryan Binns2-Mar-06 16:59
Ryan Binns2-Mar-06 16:59 
GeneralRe: WMI Win32_PingStatus address help Pin
viperlogic2-Mar-06 22:44
viperlogic2-Mar-06 22:44 
GeneralRe: WMI Win32_PingStatus address help Pin
Nibu babu thomas3-Mar-06 0:27
Nibu babu thomas3-Mar-06 0:27 
GeneralRe: WMI Win32_PingStatus address help Pin
viperlogic3-Mar-06 4:36
viperlogic3-Mar-06 4:36 
GeneralRe: WMI Win32_PingStatus address help Pin
Ryan Binns3-Mar-06 13:50
Ryan Binns3-Mar-06 13:50 
GeneralRe: WMI Win32_PingStatus address help Pin
viperlogic6-Mar-06 9:08
viperlogic6-Mar-06 9:08 
GeneralRe: WMI Win32_PingStatus address help Pin
viperlogic6-Mar-06 9:27
viperlogic6-Mar-06 9:27 
Questionreading a string from a file Pin
SWDevil2-Mar-06 5:33
SWDevil2-Mar-06 5:33 
Hi,

I have an MFC application in which I have to read a string from a file.
For Example, somewhere in the file I have something like: <>12345<>, and I have to find the <> and then read the 12345 string.
(the file I am reading from is not an HTML file).
The string can be somewhere in the file - in the beginning, end or somewhere in the middle.

how can I do this?

-- modified at 11:43 Thursday 2nd March, 2006

AnswerRe: reading a string from a file Pin
David Crow2-Mar-06 6:34
David Crow2-Mar-06 6:34 
GeneralRe: reading a string from a file Pin
SWDevil2-Mar-06 8:14
SWDevil2-Mar-06 8:14 
GeneralRe: reading a string from a file Pin
David Crow2-Mar-06 8:28
David Crow2-Mar-06 8:28 
GeneralRe: reading a string from a file Pin
SWDevil2-Mar-06 8:36
SWDevil2-Mar-06 8:36 
GeneralRe: reading a string from a file Pin
Wes Aday2-Mar-06 9:09
professionalWes Aday2-Mar-06 9:09 
GeneralRe: reading a string from a file Pin
Wes Aday2-Mar-06 9:11
professionalWes Aday2-Mar-06 9:11 

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.