Click here to Skip to main content
15,911,478 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralFind The type of Internet Connection.... Pin
swarnamanoo9-Apr-04 23:10
swarnamanoo9-Apr-04 23:10 
GeneralProblem accessing one class from another and vice versa Pin
Iceberg769-Apr-04 20:34
Iceberg769-Apr-04 20:34 
GeneralRe: Problem accessing one class from another and vice versa Pin
toxcct9-Apr-04 21:39
toxcct9-Apr-04 21:39 
GeneralRe: Problem accessing one class from another and vice versa Pin
toxcct9-Apr-04 21:51
toxcct9-Apr-04 21:51 
GeneralClipboard copy Pin
Member 60749-Apr-04 20:32
Member 60749-Apr-04 20:32 
GeneralRe: Clipboard copy Pin
ThatsAlok9-Apr-04 23:43
ThatsAlok9-Apr-04 23:43 
GeneralFormating output file Pin
picasso29-Apr-04 19:28
picasso29-Apr-04 19:28 
GeneralRe: Formating output file Pin
Prakash Nadar9-Apr-04 19:51
Prakash Nadar9-Apr-04 19:51 
openinfile();
openoutfile();

int i = 0;
while(!endoffile)
{
  readfrominfile;
  writetooutfile;
  i++;
  if(i==3)
  {
      write '\n' to out file;
      i = 0;
  }
}



MSN Messenger.
prakashnadar@msn.com

"If history isn't good, just burn it." - Sidhuism.
QuestionActive Window? Pin
David Horner9-Apr-04 18:54
David Horner9-Apr-04 18:54 
AnswerRe: Active Window? Pin
wuxianzhong9-Apr-04 21:26
wuxianzhong9-Apr-04 21:26 
Questionwhen to use "AFX_IDP_COMMAND_FAILURE"? Pin
vividtang9-Apr-04 18:03
vividtang9-Apr-04 18:03 
GeneralPostMessage Pin
sschilachi9-Apr-04 13:32
sschilachi9-Apr-04 13:32 
GeneralRe: PostMessage Pin
Prakash Nadar9-Apr-04 15:13
Prakash Nadar9-Apr-04 15:13 
GeneralRe: PostMessage Pin
Empty198110-Apr-04 1:19
Empty198110-Apr-04 1:19 
QuestionEXE Header Info? Pin
Timothy Grabrian9-Apr-04 12:46
professionalTimothy Grabrian9-Apr-04 12:46 
GeneralSplitting an Integer into 4 Bytes Pin
sschilachi9-Apr-04 12:16
sschilachi9-Apr-04 12:16 
GeneralRe: Splitting an Integer into 4 Bytes Pin
PJ Arends9-Apr-04 12:41
professionalPJ Arends9-Apr-04 12:41 
GeneralRe: Splitting an Integer into 4 Bytes Pin
Roman Nurik9-Apr-04 12:50
Roman Nurik9-Apr-04 12:50 
GeneralRe: Splitting an Integer into 4 Bytes Pin
grigsoft9-Apr-04 21:46
grigsoft9-Apr-04 21:46 
GeneralRe: Splitting an Integer into 4 Bytes Pin
Prakash Nadar9-Apr-04 22:00
Prakash Nadar9-Apr-04 22:00 
GeneralRunning my application when Windows starts Pin
Anonymous9-Apr-04 10:56
Anonymous9-Apr-04 10:56 
GeneralRe: Running my application when Windows starts Pin
Brian Olej9-Apr-04 11:09
Brian Olej9-Apr-04 11:09 
GeneralRe: Running my application when Windows starts Pin
toxcct9-Apr-04 11:14
toxcct9-Apr-04 11:14 
GeneralRe: Running my application when Windows starts Pin
Prakash Nadar9-Apr-04 15:18
Prakash Nadar9-Apr-04 15:18 
GeneralRe: Running my application when Windows starts Pin
2249179-Apr-04 19:04
2249179-Apr-04 19:04 

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.