Can I use boost library for crossplatform application executing?
Posted
by Heisenberg
on Stack Overflow
See other posts from Stack Overflow
or by Heisenberg
Published on 2010-05-27T18:34:06Z
Indexed on
2010/05/27
23:11 UTC
Read the original article
Hit count: 210
Is there any WinAPI WinExec analog in boost (c++) libraries? I need to run executable from my program, and pass parameters to it. Should I use any other cross-platform libraries for this, or handle myself what OS my program is compiled for?
© Stack Overflow or respective owner