computing
  • 0

Convert From .Cpp To .Exe Using Turbo C++

  • 0

Hi guys, i’m learning c++ and my compiler is turbo c++. I compiled a simple addition program in c++ but i am not able to convert it into an exe that can run independently. when i select the build option i see the exe file but after running it it disappears from the screen without showing me the output… pls i need help.

Share

1 Answer

  1. after complete coding your program in C++ window , just click on COMPILE TAB on the menu bar where another subtab named LINK is given, just click on the Link tab , It will show you the dialogue box showing the name and location of the EXE file associated to your program.
    • 0