I have written a program using C++, which I call
system("C:\xampp\xampp-control.exe");to run the xampp control panel. When I run the program after compiling, it runs smoothly, except the program I have written is still running. Once the XAMPP control panel is launched, I want to terminate the program. What could possibly be done? Any help is much much appreciated.