Need a little help with system fuction c++

G

Guest

Hi,
Im kindof new to c++... need a little help with system() function..
I use system to execute a dos program... but i want the rest of the program to continue imediately
after executing it. and not wait for the program which was executed...
any help would be appreciated...
 
G

Greg Comeau

Im kindof new to c++... need a little help with system() function..
I use system to execute a dos program... but i want the rest of the program to continue imediately
after executing it. and not wait for the program which was executed...
any help would be appreciated...

This is beyond the scope of C++. Have a look at some of the functions
at the end of http://www.comeaucomputing.com/techtalk/#system
as but some possibilities.
 
V

Victor Bazarov

Im kindof new to c++... need a little help with system() function..
I use system to execute a dos program... but i want the rest of the program to continue imediately
after executing it. and not wait for the program which was executed...

'system' behaviour is not specified by the Standard. Ask in a newsgroup
for your compiler. You are most likely in need of a platform-specific
way of starting a process.

V
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,689
Members
48,796
Latest member
Greg L.

Latest Threads

Top