Click here to Skip to main content
15,902,198 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDisplaying CPropertySheet in a Dialog Pin
mmica23-Mar-04 4:09
mmica23-Mar-04 4:09 
GeneralRe: Displaying CPropertySheet in a Dialog Pin
David Crow23-Mar-04 4:16
David Crow23-Mar-04 4:16 
GeneralRe: Displaying CPropertySheet in a Dialog Pin
mmica23-Mar-04 4:29
mmica23-Mar-04 4:29 
GeneralRe: Displaying CPropertySheet in a Dialog Pin
David Crow23-Mar-04 4:36
David Crow23-Mar-04 4:36 
GeneralRe: Displaying CPropertySheet in a Dialog Pin
Ravi Bhavnani23-Mar-04 11:11
professionalRavi Bhavnani23-Mar-04 11:11 
QuestionWho want to be a millionaire? Pin
nicolas thompson23-Mar-04 4:02
sussnicolas thompson23-Mar-04 4:02 
AnswerRe: Who want to be a millionaire? Pin
Ravi Bhavnani23-Mar-04 11:27
professionalRavi Bhavnani23-Mar-04 11:27 
GeneralSimple C question Pin
kfaday23-Mar-04 3:48
kfaday23-Mar-04 3:48 
Hi!
I'm a begginer and i have a small question. In the following while loop, it seems that it doesn't find the end of archini, and it prints "agarrar" (archini's last line) for ever. It's an infinite loop. What am i doing wrong? Thanks!!

while (~(feof(archini)))
{
fgets(temp,15,archini);
printf ("%s",temp);
}


archini:

[verbos]
salir
explorar
agarrar //end of file

program output:

agarrar
agarrar
agarrar
.
.
.

GeneralRe: Simple C question Pin
Prakash Nadar23-Mar-04 3:52
Prakash Nadar23-Mar-04 3:52 
Generalthanks!!! Pin
kfaday23-Mar-04 3:55
kfaday23-Mar-04 3:55 
GeneralRe: Simple C question Pin
David Crow23-Mar-04 3:53
David Crow23-Mar-04 3:53 
GeneralTHE WEAKEST LINK! Pin
nicolas thompson23-Mar-04 3:47
sussnicolas thompson23-Mar-04 3:47 
GeneralRe: THE WEAKEST LINK! Pin
Jörgen Sigvardsson23-Mar-04 5:25
Jörgen Sigvardsson23-Mar-04 5:25 
GeneralRe: THE WEAKEST LINK! Pin
Prakash Nadar23-Mar-04 5:33
Prakash Nadar23-Mar-04 5:33 
GeneralRe: THE WEAKEST LINK! Pin
PJ Arends23-Mar-04 6:26
professionalPJ Arends23-Mar-04 6:26 
GeneralAdd/Remove Programs Pin
Deian23-Mar-04 3:37
Deian23-Mar-04 3:37 
GeneralRe: Add/Remove Programs Pin
David Crow23-Mar-04 3:51
David Crow23-Mar-04 3:51 
GeneralRe: Add/Remove Programs Pin
Deian23-Mar-04 4:33
Deian23-Mar-04 4:33 
GeneralRe: Add/Remove Programs Pin
Prakash Nadar23-Mar-04 3:54
Prakash Nadar23-Mar-04 3:54 
GeneralRe: Add/Remove Programs Pin
Deian23-Mar-04 4:35
Deian23-Mar-04 4:35 
GeneralRe: Add/Remove Programs Pin
Prakash Nadar23-Mar-04 5:28
Prakash Nadar23-Mar-04 5:28 
GeneralGeting Parent form Pin
hive23-Mar-04 3:34
hive23-Mar-04 3:34 
GeneralRe: Geting Parent form Pin
Prakash Nadar23-Mar-04 3:57
Prakash Nadar23-Mar-04 3:57 
QuestionHow to get the Open File Dialog Box in MFC Pin
Deepak Samuel23-Mar-04 3:15
Deepak Samuel23-Mar-04 3:15 
AnswerRe: How to get the Open File Dialog Box in MFC Pin
David Crow23-Mar-04 3:16
David Crow23-Mar-04 3:16 

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.