Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 31

Thread: My C++ games

  1. #11
    Quote Originally Posted by OlegL View Post
    There is no need to post executables anywhere.
    You should consider most people here won't have programming IDEs readied up to compile your code. Unless you want them to do something else besides saying "uh, nice", it'd be a pretty good idea to post a compiled version.
    "I just remembered something that happened a long time ago."

  2. Internet, Programming and Graphics   -   #12
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    Quote Originally Posted by anon-sbi View Post
    Quote Originally Posted by OlegL View Post
    There is no need to post executables anywhere.
    You should consider most people here won't have programming IDEs readied up to compile your code. Unless you want them to do something else besides saying "uh, nice", it'd be a pretty good idea to post a compiled version.

  3. Internet, Programming and Graphics   -   #13
    iLOVENZB's Avatar FST Crew BT Rep: +1
    Join Date
    Sep 2008
    Location
    Land gurt by sea
    Posts
    8,337
    OlegL is banned .
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music"

  4. Internet, Programming and Graphics   -   #14
    Nope, not banned but disabled. Again. After his last thread in the BT section (which apparently got trashed), I'm not surprised.
    "I just remembered something that happened a long time ago."

  5. Internet, Programming and Graphics   -   #15
    Snee's Avatar Error xɐʇuʎs BT Rep: +1
    Join Date
    Sep 2003
    Location
    on something.
    Age
    44
    Posts
    17,985
    Quote Originally Posted by iLOVENZB View Post
    OlegL is banned .
    It didn't take

  6. Internet, Programming and Graphics   -   #16
    bijoy's Avatar secret lover BT Rep: +1
    Join Date
    Aug 2010
    Posts
    1,820
    Quote Originally Posted by healthtourism View Post
    Can you give me an exe to this? Is very difficult to play.
    Congratulation for your precious 14th post.
    You are just 6 posts away from using PM system.
    Teh n00b.

  7. Internet, Programming and Graphics   -   #17
    Quote Originally Posted by bijoy View Post
    You are just 6 posts away from using PM system.
    More like -9. The postcount requirement is 5 now. He doesn't have a star because he's not been here for 15 days yet.
    "I just remembered something that happened a long time ago."

  8. Internet, Programming and Graphics   -   #18
    Poster BT Rep: +1
    Join Date
    Apr 2011
    Posts
    182
    I felt like compiling this:

    Code:
    In function 'int main()':
    line 16 | error: 'time' was not declared in this scope
    The hell if I know what that line was doing there in the first place. Anyway, I removed it so here it is - all compiled and joyful: click

  9. Internet, Programming and Graphics   -   #19
    OlegL's Avatar Poster
    Join Date
    May 2009
    Location
    New York City
    Age
    42
    Posts
    1,832
    Maybe Windows compilers require adding one more header file to the program - <ctime>, but g++ compiler on linux and freebsd doesn't need that header to compile it. But I am not sure 'cause I didn't try to compile it with a windows compiler.

  10. Internet, Programming and Graphics   -   #20
    Poster BT Rep: +1
    Join Date
    Apr 2011
    Posts
    182
    Quote Originally Posted by OlegL View Post
    Maybe Windows compilers require adding one more header file to the program - <ctime>, but g++ compiler on linux and freebsd doesn't need that header to compile it. But I am not sure 'cause I didn't try to compile it with a windows compiler.
    Strange - I reckon all compilers should require the ctime header. Anyhow, that was likely the case, yeah.

Page 2 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •