Advertisement

C++ question about running the programm again

Started by January 09, 2003 08:02 PM
9 comments, last by Digigamer15 21 years, 10 months ago
Chain-load the program after execution :

POSIX : use exec()
Win32 : use spawn()

[ Start Here ! | How To Ask Smart Questions | Recommended C++ Books | C++ FAQ Lite | Function Ptrs | CppTips Archive ]
[ Header Files | File Format Docs | LNK2001 | C++ STL Doc | STLPort | Free C++ IDE | Boost C++ Lib | MSVC6 Lib Fixes ]
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan

This topic is closed to new replies.

Advertisement