[Help]Include a program in a program
Ok, so i want to like put another program that's written in another language into my c++ program, like it will be two programs but i will only look like one, is that possible? Thanks in advance.
Not really. If you can compile it in the other language, you can run the file through C++ but honestly this is just a dumb question, go learn more c++ and make the other program in c++.
~lilneo
Embed one of the applications in the other's resources, then extract it, save it to a file, and run it.
lol guys, i know i can't mix the source codes, i know c++, well thourough knowledge of basics and mostly win api, i was just wondering if there was a way to like link them together so that if i start my c++ program the other will also start, i just wanted to join them, but i know i can still do it while it's just two separate programs, i was just wondering.