Thread: creating an exe file

  1. #1
    Registered User
    Join Date
    Jun 2003
    Posts
    73

    creating an exe file

    I want to send my brother my program I just finished for N factorials, but i cant seem to figure out how to make an exe file. Do I have to have the exe file and all the cpp. files ect zipped in a folder to let him view it? he also does not have C++ installed, does he need it to view the exe file? thanks

    Bryan

  2. #2
    Registered User slaveofthenet's Avatar
    Join Date
    Apr 2003
    Posts
    80
    Just compile and build your source code, then send the solitary exe to your brother, he doesn't need anything else to run it as long as the program doesn't have any outside dependencies (dll's, etc).
    Detailed understanding of language features - even of all features of a language - cannot compensate for lack of an overall view of the language and the fundamental techniques for using it. - Bjarne Stroustrup

  3. #3
    Registered User
    Join Date
    Jun 2003
    Posts
    73
    it worked...thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  2. Basic text file encoder
    By Abda92 in forum C Programming
    Replies: 15
    Last Post: 05-22-2007, 01:19 PM
  3. Post...
    By maxorator in forum C++ Programming
    Replies: 12
    Last Post: 10-11-2005, 08:39 AM
  4. Launching program from resources
    By rickykoh1983 in forum Windows Programming
    Replies: 26
    Last Post: 09-03-2003, 12:21 AM
  5. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM