how to convert files into .exe by c++

Discussion in 'C++' started by bumba819, Jul 22, 2010.

  1. bumba819

    bumba819 New Member

    Joined:
    Jul 22, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    i make some plugin for different program...iwant to make saparate exe for saparate program ===by c++ ==pl help me
     
  2. NewsBot

    NewsBot New Member

    Joined:
    Dec 2, 2008
    Messages:
    1,267
    Likes Received:
    3
    Trophy Points:
    0
    Compile the program and it will create an executable file for you. What compiler are you using for C++?
     
  3. debrah.h48

    debrah.h48 New Member

    Joined:
    Nov 12, 2010
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    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.
     
  4. NewsBot

    NewsBot New Member

    Joined:
    Dec 2, 2008
    Messages:
    1,267
    Likes Received:
    3
    Trophy Points:
    0
    Get Free C++ compilers and they will do it for you with a click of a button.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice