Thread: Back to work on that <insert feature>, oh wait, I already finished it!!

  1. #1
    mov.w #$1337,D0 Jeremy G's Avatar
    Join Date
    Nov 2001
    Posts
    704

    Back to work on that <insert feature>, oh wait, I already finished it!!

    Lol, Have you ever been working on a feature in your program thats been given you a tough time. So you've been spending a couple days working on it. Then one time you run your IDE, open the work space thinking you are really gonna buckle down and finish the feature up when you realize you already finished it!!

    I've been working on a menu system for a game I'm making and I was having some problems with it. I loaded up MSVC and was about to get working on it, first thing I do is a compile to get a list of errors and start working. Of course instead of a streaming list of errors I get a clean compile, and a running application that works just right. Then I remembered I finnished it two hours ago, and started watching the movie that just ended.

    Funny stuff.
    c++->visualc++->directx->opengl->c++;
    (it should be realized my posts are all in a light hearted manner. And should not be taken offense to.)

  2. #2
    Registered User whackaxe's Avatar
    Join Date
    Mar 2004
    Posts
    332
    nope, though i wish it would


    *and remember kids! acid can cause memory loss!

  3. #3
    Anti-Poster
    Join Date
    Feb 2002
    Posts
    1,401
    Ha...I did that at work just last week. The boss asked for a piece of code, and I was all in a panic, but then I loaded it up and found I'd finished it a couple of months ago.
    If I did your homework for you, then you might pass your class without learning how to write a program like this. Then you might graduate and get your degree without learning how to write a program like this. You might become a professional programmer without knowing how to write a program like this. Someday you might work on a project with me without knowing how to write a program like this. Then I would have to do you serious bodily harm. - Jack Klein

  4. #4
    Rad gcn_zelda's Avatar
    Join Date
    Mar 2003
    Posts
    942
    I may have done that.

    I don't remember.

  5. #5
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    I had that happen once... it was for a console-based game I was writing... but then I didn't remember how I coded the interface, so I ended up going through it again anyway...
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. The Bludstayne Open Works License
    By frenchfry164 in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 11-26-2003, 11:05 AM
  2. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM