Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GetCurrentHwProfile Pin
Arman S.21-Mar-08 13:52
Arman S.21-Mar-08 13:52 
Questiontaylor formula Pin
me_10121-Mar-08 8:05
me_10121-Mar-08 8:05 
GeneralGet back in the Soapbox Kyle! Pin
led mike21-Mar-08 8:45
led mike21-Mar-08 8:45 
GeneralRe: taylor formula Pin
malaugh21-Mar-08 9:04
malaugh21-Mar-08 9:04 
QuestionRe: taylor formula Pin
CPallini21-Mar-08 10:40
mveCPallini21-Mar-08 10:40 
GeneralOpening terminal windows from command line app Pin
malaugh21-Mar-08 7:16
malaugh21-Mar-08 7:16 
AnswerRe: Opening terminal windows from command line app Pin
Rajkumar R21-Mar-08 9:22
Rajkumar R21-Mar-08 9:22 
GeneralRe: Opening terminal windows from command line app Pin
malaugh21-Mar-08 10:24
malaugh21-Mar-08 10:24 
Thanks. FYI I found another method. If you open a cmd window and type "start myprogram.exe", the program will start in another window, so in my program I used:

system("start myprogram.exe");

I will your method also and see which works best.
QuestionRe: Opening terminal windows from command line app Pin
David Crow21-Mar-08 10:41
David Crow21-Mar-08 10:41 
GeneralRe: Opening terminal windows from command line app Pin
malaugh21-Mar-08 11:54
malaugh21-Mar-08 11:54 
QuestionWindows file sharing Pin
Member 241965021-Mar-08 4:21
Member 241965021-Mar-08 4:21 
QuestionRe: Windows file sharing Pin
David Crow21-Mar-08 4:30
David Crow21-Mar-08 4:30 
GeneralRe: Windows file sharing Pin
Member 241965025-Mar-08 10:43
Member 241965025-Mar-08 10:43 
GeneralNaming suggestion Pin
Capitanevs21-Mar-08 2:59
Capitanevs21-Mar-08 2:59 
QuestionRe: Naming suggestion Pin
David Crow21-Mar-08 3:13
David Crow21-Mar-08 3:13 
GeneralRe: Naming suggestion [modified] Pin
Rajkumar R21-Mar-08 3:38
Rajkumar R21-Mar-08 3:38 
GeneralRe: Naming suggestion Pin
Capitanevs21-Mar-08 4:43
Capitanevs21-Mar-08 4:43 
GeneralRe: Naming suggestion Pin
Capitanevs21-Mar-08 5:46
Capitanevs21-Mar-08 5:46 
GeneralRe: Naming suggestion Pin
David Crow21-Mar-08 5:59
David Crow21-Mar-08 5:59 
GeneralRe: Naming suggestion Pin
Rajkumar R21-Mar-08 9:45
Rajkumar R21-Mar-08 9:45 
GeneralRe: Naming suggestion Pin
Capitanevs22-Mar-08 6:15
Capitanevs22-Mar-08 6:15 
Generalcannot typecast short datatype to long datatype Pin
Member 447883321-Mar-08 2:55
Member 447883321-Mar-08 2:55 
GeneralRe: cannot typecast short datatype to long datatype Pin
Capitanevs21-Mar-08 3:08
Capitanevs21-Mar-08 3:08 
GeneralRe: cannot typecast short datatype to long datatype Pin
Cedric Moonen21-Mar-08 3:20
Cedric Moonen21-Mar-08 3:20 
GeneralRe: cannot typecast short datatype to long datatype Pin
Member 447883323-Mar-08 23:12
Member 447883323-Mar-08 23:12 

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.