How do I export as exe not cpp?

This is a discussion on How do I export as exe not cpp? within the C++ Programming forums, part of the General Programming Boards category; I have finished my program but i cant get it to save as an executable file, help would be greatly ...

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

    Question How do I export as exe not cpp?

    I have finished my program but i cant get it to save as an executable file, help would be greatly appreciated.

    Thanks,
    John

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Posts
    5,439
    Compilers are quite useful for turning cpp files into exe's, John.
    Code:
    int main(void){srand(time(0));for(double l=rand(),l0=0,l00=0;;l0+=0.1){for(double l000=0;l000
    <1;l000+=.001,l+=((double)rand()/RAND_MAX)/0x64,l00+=((sin(l*0x8*atan(l0)*l000-(l0*0x8*atan
    (l)))*0.5)+0.5)){l00-=floor(l00);for(size_t l0000=0,l00000=(size_t)(0x50*(l00));l0000<l00000;++l0000
    )putchar(0x20);putchar(0x61+(int)((double)rand()/RAND_MAX*0x1a));putchar('\n');}}return 0;}

  3. #3
    Registered User
    Join Date
    Jun 2003
    Posts
    22
    I am useing dev 5 beta and I cant get it to save it compiled. can you help me out.

    Thanks,
    John

  4. #4
    Registered User
    Join Date
    Jun 2003
    Posts
    22
    Got it,
    Thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. run windows exe
    By munna_dude in forum Linux Programming
    Replies: 3
    Last Post: 10-10-2007, 01:12 AM
  2. how to run an exe command in c++ and get back the results?
    By mitilkhatoon in forum C++ Programming
    Replies: 5
    Last Post: 09-21-2006, 06:00 PM
  3. includein cpp file in a cpp file
    By sawer in forum C++ Programming
    Replies: 7
    Last Post: 06-15-2006, 12:34 PM
  4. Replies: 2
    Last Post: 04-09-2006, 07:20 PM
  5. Multiple Cpp Files
    By w4ck0z in forum C++ Programming
    Replies: 5
    Last Post: 11-14-2005, 01:41 PM

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21