i make some plugin for different program...iwant to make saparate exe for saparate program ===by c++ ==pl help me
Compile the program and it will create an executable file for you. What compiler are you using for C++?
First... what is a cpp and a exe? A cpp file is very similar to a text file although it contains C++ code (search around from what is C++, try Wikipedia) continuing a cpp file is a not-compiled file of C++ language. A exe file is a compiled file but not necessarily C++. So what you need to do to "convert" it is compiling it. I thought in changing the topic title to "how to compile a cpp file to exe" but this was a request and I rather prefer to leave the original title.