Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
antonaras_marcou wrote:
the problem is that i can't do this
while (t=getc(pFile)!='>')


You can if you'd just add another pair of parenthesis:

while ((t = getc(pFile)) != '>')
Breaking this statement into two separate statements is a better idea, however.


"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain

"There is no death, only a change of worlds." - Native American Proverb


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 
GeneralRe: What is UnPaged memory Pin
Stephen Hewitt8-Mar-06 11:19
Stephen Hewitt8-Mar-06 11:19 
Questionhover buttons Pin
ramyasangeet7-Mar-06 22:15
ramyasangeet7-Mar-06 22:15 
AnswerRe: hover buttons Pin
Nibu babu thomas7-Mar-06 22:24
Nibu babu thomas7-Mar-06 22:24 

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.