- 1
How can I get an input in one C++ program from another C++ program automatically?
Program A has finished and I got a return value from it. Now Iâm running program B and program B is asking for the return value in program A.
1 Answer
0
Learn inheritance