Click here to Skip to main content
15,887,328 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: Get all substrings from an application Pin
CPallini1-Oct-12 21:10
mveCPallini1-Oct-12 21:10 
JokeRe: Get all substrings from an application Pin
Joan M2-Oct-12 23:22
professionalJoan M2-Oct-12 23:22 
GeneralRe: Get all substrings from an application Pin
CPallini2-Oct-12 23:25
mveCPallini2-Oct-12 23:25 
QuestionHow to get a C++ console application run in a terminal/powershell type of environment? Pin
infectedprof30-Sep-12 13:53
infectedprof30-Sep-12 13:53 
AnswerRe: How to get a C++ console application run in a terminal/powershell type of environment? Pin
Rajesh R Subramanian30-Sep-12 21:39
professionalRajesh R Subramanian30-Sep-12 21:39 
AnswerRe: How to get a C++ console application run in a terminal/powershell type of environment? Pin
jschell1-Oct-12 8:59
jschell1-Oct-12 8:59 
GeneralRe: How to get a C++ console application run in a terminal/powershell type of environment? Pin
infectedprof1-Oct-12 16:16
infectedprof1-Oct-12 16:16 
GeneralRe: How to get a C++ console application run in a terminal/powershell type of environment? Pin
jschell2-Oct-12 8:38
jschell2-Oct-12 8:38 
Then investigate the system/process command.

Then learn how stdio/stderr/stdin work.
Then write a app that does the following
- Takes user input for "dir"
- Execute the OS dir (shell command)
- Return the output to the user.
- Do the input and output in a gui display box.

Once you do that successfully then you will have a better basis for doing something else.
AnswerRe: How to get a C++ console application run in a terminal/powershell type of environment? Pin
Richard MacCutchan1-Oct-12 21:25
mveRichard MacCutchan1-Oct-12 21:25 
GeneralRe: How to get a C++ console application run in a terminal/powershell type of environment? Pin
infectedprof1-Oct-12 21:48
infectedprof1-Oct-12 21:48 
GeneralRe: How to get a C++ console application run in a terminal/powershell type of environment? Pin
Richard MacCutchan2-Oct-12 2:51
mveRichard MacCutchan2-Oct-12 2:51 
Questionproblem Pin
emanalshboul30-Sep-12 9:42
emanalshboul30-Sep-12 9:42 
AnswerRe: problem Pin
Albert Holguin1-Oct-12 4:09
professionalAlbert Holguin1-Oct-12 4:09 
QuestionGeneric Get and Set as interface Pin
Durga_Devi30-Sep-12 1:13
Durga_Devi30-Sep-12 1:13 
AnswerRe: Generic Get and Set as interface Pin
CPallini30-Sep-12 3:03
mveCPallini30-Sep-12 3:03 
AnswerRe: Generic Get and Set as interface Pin
pasztorpisti30-Sep-12 5:10
pasztorpisti30-Sep-12 5:10 
GeneralRe: Generic Get and Set as interface Pin
Durga_Devi30-Sep-12 8:13
Durga_Devi30-Sep-12 8:13 
GeneralRe: Generic Get and Set as interface Pin
pasztorpisti30-Sep-12 8:30
pasztorpisti30-Sep-12 8:30 
GeneralRe: Generic Get and Set as interface Pin
Durga_Devi30-Sep-12 22:13
Durga_Devi30-Sep-12 22:13 
GeneralRe: Generic Get and Set as interface Pin
pasztorpisti30-Sep-12 22:59
pasztorpisti30-Sep-12 22:59 
GeneralRe: Generic Get and Set as interface Pin
Durga_Devi3-Oct-12 10:14
Durga_Devi3-Oct-12 10:14 
GeneralRe: Generic Get and Set as interface Pin
pasztorpisti3-Oct-12 10:30
pasztorpisti3-Oct-12 10:30 
QuestionCrystal Report Win32 C++ in VS2010 Pin
simuytrix28-Sep-12 21:51
simuytrix28-Sep-12 21:51 
AnswerRe: Crystal Report Win32 C++ in VS2010 Pin
Richard MacCutchan28-Sep-12 22:11
mveRichard MacCutchan28-Sep-12 22:11 
AnswerRe: Crystal Report Win32 C++ in VS2010 Pin
Davide Zaccanti1-Oct-12 10:15
Davide Zaccanti1-Oct-12 10:15 

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.