Developer notes
C++. How to run executable files in OS
#include <cstdlib>
void main() {
char* startUP = "C://myprogramm.exe";
system(startUP);
}
Newer Post
Older Post
Home