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

C / C++ / MFC

 
GeneralRe: Process hirarchy Pin
jhwurmbach8-Mar-06 2:48
jhwurmbach8-Mar-06 2:48 
AnswerRe: Process hirarchy Pin
David Crow8-Mar-06 2:32
David Crow8-Mar-06 2:32 
GeneralRe: Process hirarchy Pin
Aqueel8-Mar-06 2:45
Aqueel8-Mar-06 2:45 
GeneralRe: Process hirarchy Pin
jhwurmbach8-Mar-06 2:52
jhwurmbach8-Mar-06 2:52 
GeneralRe: Process hirarchy Pin
David Crow8-Mar-06 2:53
David Crow8-Mar-06 2:53 
QuestionUsing HTTP_QUERY_CONTENT_MD5 Pin
bosfan7-Mar-06 23:19
bosfan7-Mar-06 23:19 
QuestionReading from file - newbie Pin
antonaras_marcou7-Mar-06 23:01
antonaras_marcou7-Mar-06 23:01 
AnswerRe: Reading from file - newbie Pin
Aqueel7-Mar-06 23:51
Aqueel7-Mar-06 23:51 
Hello antonaras
Can you plz explain what is while (t=getc(pFile)!='>')
You should change your code like

while (getc(pFile) !='>')

Check it. It should work. I think due to wrong expression, you are going in an infinite loop.
Am i right?
Gool luck.



We Believe in Excellence
GeneralRe: Reading from file - newbie Pin
antonaras_marcou8-Mar-06 0:07
antonaras_marcou8-Mar-06 0:07 
GeneralRe: Reading from file - newbie Pin
antonaras_marcou8-Mar-06 0:22
antonaras_marcou8-Mar-06 0:22 
GeneralRe: Reading from file - newbie Pin
David Crow8-Mar-06 2:39
David Crow8-Mar-06 2:39 
GeneralRe: Reading from file - newbie Pin
antonaras_marcou8-Mar-06 5:29
antonaras_marcou8-Mar-06 5:29 
GeneralRe: Reading from file - newbie Pin
Eytukan8-Mar-06 0:31
Eytukan8-Mar-06 0:31 
GeneralRe: Reading from file - newbie Pin
antonaras_marcou8-Mar-06 1:33
antonaras_marcou8-Mar-06 1:33 
GeneralRe: Reading from file - newbie Pin
Eytukan8-Mar-06 2:06
Eytukan8-Mar-06 2:06 
GeneralRe: Reading from file - newbie Pin
toxcct8-Mar-06 1:29
toxcct8-Mar-06 1:29 
GeneralRe: Reading from file - newbie Pin
antonaras_marcou8-Mar-06 1:36
antonaras_marcou8-Mar-06 1:36 
AnswerRe: Reading from file - newbie Pin
Aqueel8-Mar-06 0:19
Aqueel8-Mar-06 0:19 
AnswerRe: Reading from file - newbie Pin
Aqueel8-Mar-06 0:28
Aqueel8-Mar-06 0:28 
AnswerRe: Reading from file - newbie Pin
Stephen Hewitt8-Mar-06 0:41
Stephen Hewitt8-Mar-06 0:41 
QuestionWhat is UnPaged memory Pin
Neil scsn7-Mar-06 22:21
Neil scsn7-Mar-06 22:21 
AnswerRe: What is UnPaged memory Pin
Stephen Hewitt7-Mar-06 22:47
Stephen Hewitt7-Mar-06 22:47 
GeneralRe: What is UnPaged memory Pin
Neil scsn7-Mar-06 22:53
Neil scsn7-Mar-06 22:53 
GeneralRe: What is UnPaged memory Pin
Stephen Hewitt8-Mar-06 0:27
Stephen Hewitt8-Mar-06 0:27 
GeneralRe: What is UnPaged memory Pin
sunit58-Mar-06 3:38
sunit58-Mar-06 3:38 

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.