Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to start another application and run it within another application Pin
Kiran Satish28-Sep-04 17:03
Kiran Satish28-Sep-04 17:03 
AnswerRe: How to start another application and run it within another application Pin
Sujan Christo28-Sep-04 18:57
Sujan Christo28-Sep-04 18:57 
GeneralRe: How to start another application and run it within another application Pin
Kiran Satish28-Sep-04 19:03
Kiran Satish28-Sep-04 19:03 
GeneralRe: How to start another application and run it within another application Pin
Sujan Christo28-Sep-04 19:29
Sujan Christo28-Sep-04 19:29 
AnswerRe: How to start another application and run it within another application Pin
Muhammad Azam29-Sep-04 1:42
Muhammad Azam29-Sep-04 1:42 
GeneralRe: How to start another application and run it within another application Pin
Kiran Satish29-Sep-04 11:00
Kiran Satish29-Sep-04 11:00 
GeneralRe: How to start another application and run it within another application Pin
Muhammad Azam29-Sep-04 19:33
Muhammad Azam29-Sep-04 19:33 
GeneralRe: How to start another application and run it within another application Pin
Kiran Satish29-Sep-04 20:38
Kiran Satish29-Sep-04 20:38 
Hi Azam,

I am writing just a common cpp source file and it is not any MFC or win32 application.I am using 'ofstream' to create text file and writing the values into it. My program goes like this....

#include <fstream.h>
#include <iostream.h>
#include <math.h>
#include <conio.h>
#define phi 3.1412

void main()
{.....
ofstream out_file("data.txt");

for(...)
{
for(...)
{.....
out_file<<",,,,";
}
}
....
}

yep i have ran tht tutorial program and it is indeed writing the values into excel..... but the only thing is completely dialog based and we have to enter values into the dialog box and then it writes it into excel sheet. But, here i have to write them directly into the excel sheet as and when i generate a value in my program..

hope i answered ur question in a right way...

thanks for ur help,


Suman
GeneralRe: How to start another application and run it within another application Pin
Muhammad Azam30-Sep-04 19:20
Muhammad Azam30-Sep-04 19:20 
GeneralRe: How to start another application and run it within another application Pin
Muhammad Azam30-Sep-04 19:47
Muhammad Azam30-Sep-04 19:47 
GeneralRe: How to start another application and run it within another application Pin
Kiran Satish1-Oct-04 3:30
Kiran Satish1-Oct-04 3:30 
GeneralRe: How to start another application and run it within another application Pin
Kiran Satish3-Oct-04 19:24
Kiran Satish3-Oct-04 19:24 
GeneralRe: How to start another application and run it within another application Pin
Muhammad Azam3-Oct-04 23:22
Muhammad Azam3-Oct-04 23:22 
GeneralRe: How to start another application and run it within another application Pin
Kiran Satish4-Oct-04 7:02
Kiran Satish4-Oct-04 7:02 
GeneralRe: How to start another application and run it within another application Pin
Kiran Satish4-Oct-04 7:14
Kiran Satish4-Oct-04 7:14 
GeneralRe: How to start another application and run it within another application Pin
Muhammad Azam4-Oct-04 21:44
Muhammad Azam4-Oct-04 21:44 
GeneralRe: How to start another application and run it within another application Pin
Kiran Satish5-Oct-04 14:11
Kiran Satish5-Oct-04 14:11 
GeneralRe: How to start another application and run it within another application Pin
Muhammad Azam5-Oct-04 20:24
Muhammad Azam5-Oct-04 20:24 
GeneralExitProcess Pin
elephantstar28-Sep-04 12:58
elephantstar28-Sep-04 12:58 
GeneralRe: ExitProcess Pin
Antti Keskinen28-Sep-04 18:01
Antti Keskinen28-Sep-04 18:01 
GeneralRe: ExitProcess Pin
elephantstar29-Sep-04 7:23
elephantstar29-Sep-04 7:23 
GeneralInvalid CTempWnd problem Pin
PJ Arends28-Sep-04 12:57
professionalPJ Arends28-Sep-04 12:57 
GeneralRe: Invalid CTempWnd problem Pin
Antti Keskinen28-Sep-04 18:08
Antti Keskinen28-Sep-04 18:08 
GeneralRe: Invalid CTempWnd problem Pin
PJ Arends29-Sep-04 6:21
professionalPJ Arends29-Sep-04 6:21 
GeneralRe: Invalid CTempWnd problem Pin
Antti Keskinen29-Sep-04 6:40
Antti Keskinen29-Sep-04 6:40 

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.