+ 4
Can I write exile to another file in c++?
4 Respostas
+ 2
1-Compile the other file/project.
2-include cstdlib in the project where you want to call the other.
3-Use system(“path/to/exe/“);
+ 3
what do you mean by exile?
+ 1
I want run another project in my project
+ 1
Thanks