Thread: You know you've been programming too long when...

  1. #16
    wierd guy bart's Avatar
    Join Date
    Aug 2001
    Posts
    87
    when you start judging poeple by there amount of posts on cprogramming.com

  2. #17
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >€&<>&2Minimization of boolean functions, PROM,PLA design >‚&0>ƒ&WA, USA guitar, dogsCommercial Aviation >„&>>…&USAProgramming
    Posts
    742
    Btw, Dean, Petzold wrote Programming Windows 95
    Yuck! lol.
    I compile code with:
    Visual Studio.NET beta2

  3. #18
    Registered User Aran's Avatar
    Join Date
    Aug 2001
    Posts
    1,301
    windows 95 is thecause of all disease and curruption in the universe. There you have it.

  4. #19
    .
    Join Date
    Aug 2001
    Posts
    598
    Btw, Dean, Petzold wrote Programming Windows 95
    Yuck! lol.
    Dean, you do realize he writes 'the books' for windows api programming. His is the only C/C++ programming book I own. (I own a qbasic book which I had no use for) Oh, yeah, Microsoft press release his books.
    To Err Is To Be Human. To Game Is Divine!"

  5. #20
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Btw, Dean, Petzold wrote Programming Windows 95
    Yuck! lol.
    Yeah Petold even has the windows logo tatooed on his arm (well I'm assuming its real).

    lol, he's probably even more of a M$ zealot than you!!!

  6. #21
    Lead Moderator kermi3's Avatar
    Join Date
    Aug 1998
    Posts
    2,595
    ....when:

    1. ...You routinly say bang (!) instead of not

    2. ...start thinking of things as while loops not situations
    Kermi3

    If you're new to the boards, welcome and reading this will help you get started.
    Information on code tags may be found here

    - Sandlot is the highest form of sport.

  7. #22
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    Knuth isn't exactly *just* a algorithm dude. Now this guy

    has been programming way too long.



    http://www-cs-faculty.stanford.edu/~knuth/

  8. #23
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    ...when you have more posts in the General Discussions than any other area...

  9. #24
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    > ...when you have more posts in the General Discussions than any other area...


  10. #25
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    ...whenever you typed print you immediately follow it with an f (I do this all the time)

  11. #26
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    ...when you get home and check the message board before you check the answering machine...

    ...when you get home and turn on the computer before you turn on the lights...

    ...when you would rather program than have breakfast this morning...
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  12. #27
    Ethereal Raccoon Procyon's Avatar
    Join Date
    Aug 2001
    Posts
    189
    You begin all your lists with 0 instead of 1.

  13. #28
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    LOL... that's a GOOD one
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  14. #29
    aurë entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    11100011101001010101100110101010111001010101000001 001110000000000010101001101011100100100101010

    uh, I mean, you look like this guy...

    http://www.research.att.com/~bs/Bjarne.jpg

  15. #30
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    >...when you have more posts in the General Discussions than any other area...<

    are you trying to imply something?

    >...when you would rather program than have breakfast this morning...<

    whats breakfast again?


    how do you know when you've been programming to long?

    when you look at the clock and its 3am and you think its 12

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 15
    Last Post: 09-30-2008, 02:12 AM
  2. Having Buffer Problems With Overlapped I/O --
    By Sargera in forum C++ Programming
    Replies: 0
    Last Post: 02-07-2006, 04:46 PM
  3. Problem in Converting Unsigned long to String
    By cprogrammer_18 in forum C Programming
    Replies: 8
    Last Post: 01-14-2006, 08:57 AM
  4. Merge and Heap..which is really faster
    By silicon in forum C++ Programming
    Replies: 2
    Last Post: 05-10-2005, 04:06 PM
  5. Insertion Sort Problem
    By silicon in forum C++ Programming
    Replies: 1
    Last Post: 05-08-2005, 12:30 PM