Thread: Feel Like An Idiot

  1. #16
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Casey made me feel like an idiot today when he came up with an elegant and simple solution to my stupid problem Thanks man, I'd been thinking about that for hours.
    Away.

  2. #17
    Un Artiste Extraordinaire volk's Avatar
    Join Date
    Dec 2002
    Posts
    357
    Originally posted by valar_king
    you are an idiot. how long does it take to type "to" instead of "2"? this is a message board, not a chatroom
    *cough, it's "too" not "to," cough*

  3. #18
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    I had an array of Factor pointers:
    Code:
    std::vector<Factor*> fac;
    And a substitute function:
    Code:
    void substitute(const Factor& in, const Factor& out);
    Then I realized that the 'in' and 'out' were changing silently because of my substitute code. ('in' and 'out' were in the array, which was not const.)

    Boy did I feel dumb after that.

  4. #19
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Don't feel stupid, I only realized why they were called lifesavers after reading your post.

  5. #20
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    Wow, people are making a big deal out of this. I was kidding around.

  6. #21
    Banned
    Join Date
    Jan 2003
    Posts
    1,708
    I want to take toast, and, rub it all over my body.

  7. #22
    Registered User
    Join Date
    Mar 2002
    Posts
    249

    Re: Feel Like An Idiot

    Originally posted by golfinguy4
    How often do you feel like an absolute idiot?
    All the time.

  8. #23
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331

    Re: Re: Feel Like An Idiot

    Originally posted by funkydude9
    All the time.
    i hear that!!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how do you feel...
    By ILoveVectors in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 08-16-2005, 05:47 AM
  2. When you don't feel like reading\programming..
    By Brain Cell in forum A Brief History of Cprogramming.com
    Replies: 21
    Last Post: 03-03-2005, 06:32 PM
  3. Screaming idiot - shuttle "photo".
    By adrianxw in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 03-08-2003, 08:44 PM
  4. Feel Guilty..
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 01-22-2003, 03:00 PM
  5. Replies: 0
    Last Post: 02-24-2002, 09:03 PM