Click here to Skip to main content
16,015,414 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAccessing DHCP Lease Table Pin
activee13-Mar-06 22:53
activee13-Mar-06 22:53 
QuestionBypass proxy Pin
Girish60113-Mar-06 22:51
Girish60113-Mar-06 22:51 
Questiondestroying and loading Forms:VC++ .NET Pin
luhfluh13-Mar-06 22:45
luhfluh13-Mar-06 22:45 
QuestionBackspace problem in ActiveX embeded in IE Pin
Muhammad Azam13-Mar-06 22:34
Muhammad Azam13-Mar-06 22:34 
AnswerRe: Backspace problem in ActiveX embeded in IE Pin
khan++14-Mar-06 1:54
khan++14-Mar-06 1:54 
GeneralRe: Backspace problem in ActiveX embeded in IE Pin
Muhammad Azam14-Mar-06 6:37
Muhammad Azam14-Mar-06 6:37 
GeneralRe: Backspace problem in ActiveX embeded in IE Pin
khan++14-Mar-06 19:21
khan++14-Mar-06 19:21 
QuestionFiles Pin
chaitanya2213-Mar-06 22:33
chaitanya2213-Mar-06 22:33 
hi,
I need to open an text file to save the output data from the machine, i could open the text file and could write the output data to the text file, but the problem is how could i save the previous test data output if i again run the program?
file = fopen("output.txt", "w+");
...
fputs(txt, file);
fputs("\n", file);

If i run the program, i could write the data of the present running data output, i need to save the old output data for the checking the drift?
Can i use rewind????

Thnaks in advance
AnswerRe: Files Pin
Ray Kinsella13-Mar-06 22:36
Ray Kinsella13-Mar-06 22:36 
AnswerRe: Files Pin
kakan13-Mar-06 22:37
professionalkakan13-Mar-06 22:37 
GeneralRe: Files Pin
chaitanya2213-Mar-06 23:19
chaitanya2213-Mar-06 23:19 
GeneralRe: Files Pin
kakan13-Mar-06 23:42
professionalkakan13-Mar-06 23:42 
GeneralRe: Files Pin
chaitanya2214-Mar-06 5:20
chaitanya2214-Mar-06 5:20 
GeneralRe: Files Pin
kakan14-Mar-06 19:20
professionalkakan14-Mar-06 19:20 
QuestionHELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
chev_ls113-Mar-06 22:28
chev_ls113-Mar-06 22:28 
AnswerRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
Stephen Hewitt13-Mar-06 22:31
Stephen Hewitt13-Mar-06 22:31 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
chev_ls113-Mar-06 22:41
chev_ls113-Mar-06 22:41 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
Stephen Hewitt13-Mar-06 22:45
Stephen Hewitt13-Mar-06 22:45 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
chev_ls113-Mar-06 22:54
chev_ls113-Mar-06 22:54 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
khan++14-Mar-06 2:30
khan++14-Mar-06 2:30 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
David Crow14-Mar-06 3:11
David Crow14-Mar-06 3:11 
AnswerRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
Ray Kinsella13-Mar-06 22:33
Ray Kinsella13-Mar-06 22:33 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
chev_ls113-Mar-06 22:43
chev_ls113-Mar-06 22:43 
AnswerRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
Cool Ju13-Mar-06 23:38
Cool Ju13-Mar-06 23:38 
Questiondiff b/w heapalloc and new Pin
sunit513-Mar-06 22:02
sunit513-Mar-06 22:02 

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.