Click here to Skip to main content
15,889,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question[SOLVED]Exec under windows Pin
AlphaDeltaTheta12-Jul-13 21:01
AlphaDeltaTheta12-Jul-13 21:01 
AnswerRe: Exec under windows Pin
Richard MacCutchan12-Jul-13 22:09
mveRichard MacCutchan12-Jul-13 22:09 
GeneralRe: Exec under windows Pin
AlphaDeltaTheta12-Jul-13 23:08
AlphaDeltaTheta12-Jul-13 23:08 
GeneralRe: Exec under windows Pin
Richard MacCutchan12-Jul-13 23:18
mveRichard MacCutchan12-Jul-13 23:18 
GeneralRe: Exec under windows Pin
AlphaDeltaTheta12-Jul-13 23:22
AlphaDeltaTheta12-Jul-13 23:22 
GeneralRe: Exec under windows Pin
Richard MacCutchan12-Jul-13 23:31
mveRichard MacCutchan12-Jul-13 23:31 
GeneralRe: Exec under windows Pin
AlphaDeltaTheta13-Jul-13 16:03
AlphaDeltaTheta13-Jul-13 16:03 
AnswerRe: Exec under windows Pin
pasztorpisti13-Jul-13 8:55
pasztorpisti13-Jul-13 8:55 
Unix like fork is quite foreign in windows. Cygwin simulates fork on windows: http://stackoverflow.com/questions/985281/what-is-the-closest-thing-windows-has-to-fork[^]
There are many "unix simulation libraries" available on windows (including cygwin, interix, ...) but I wouldn't recommend building on top of these if you don't have to. My opinion about the cygwin fork simulation: In the unix world many tools/scripts make use of spawining other processes and processing data by piping the output of one process to another process. Running the same script/program "network" on windows/cygwin is multiple times slower than running the same command on linux if it involves a lot of fork invocations (for example a simple ./configure and ./make combination is always much faster on linux).
AnswerRe: Exec under windows Pin
jschell13-Jul-13 11:03
jschell13-Jul-13 11:03 
QuestionLoading two versions of Common Controls Pin
Jonathan Davies12-Jul-13 1:35
Jonathan Davies12-Jul-13 1:35 
AnswerRe: Loading two versions of Common Controls Pin
Randor 12-Jul-13 15:01
professional Randor 12-Jul-13 15:01 
GeneralRe: Loading two versions of Common Controls Pin
Jonathan Davies12-Jul-13 23:33
Jonathan Davies12-Jul-13 23:33 
GeneralRe: Loading two versions of Common Controls Pin
Jonathan Davies13-Jul-13 9:05
Jonathan Davies13-Jul-13 9:05 
GeneralRe: Loading two versions of Common Controls Pin
Jonathan Davies14-Jul-13 5:25
Jonathan Davies14-Jul-13 5:25 
QuestionCStringArray vs. CArray<CString> Pin
hans.sch11-Jul-13 5:33
hans.sch11-Jul-13 5:33 
AnswerRe: CStringArray vs. CArray<CString> Pin
pasztorpisti11-Jul-13 6:25
pasztorpisti11-Jul-13 6:25 
GeneralRe: CStringArray vs. CArray<CString> Pin
hans.sch11-Jul-13 6:43
hans.sch11-Jul-13 6:43 
GeneralRe: CStringArray vs. CArray<CString> Pin
pasztorpisti11-Jul-13 8:21
pasztorpisti11-Jul-13 8:21 
GeneralRe: CStringArray vs. CArray<CString> Pin
hans.sch11-Jul-13 9:14
hans.sch11-Jul-13 9:14 
GeneralRe: CStringArray vs. CArray<CString> Pin
pasztorpisti11-Jul-13 9:29
pasztorpisti11-Jul-13 9:29 
GeneralRe: CStringArray vs. CArray<CString> Pin
hans.sch11-Jul-13 10:34
hans.sch11-Jul-13 10:34 
GeneralRe: CStringArray vs. CArray<CString> Pin
pasztorpisti11-Jul-13 13:01
pasztorpisti11-Jul-13 13:01 
AnswerRe: CStringArray vs. CArray<CString> Pin
Joe Woodbury15-Jul-13 12:00
professionalJoe Woodbury15-Jul-13 12:00 
QuestionThe Serical Port Question? Pin
dave62112711-Jul-13 0:27
dave62112711-Jul-13 0:27 
AnswerRe: The Serical Port Question? Pin
«_Superman_»11-Jul-13 1:19
professional«_Superman_»11-Jul-13 1:19 

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.