Thread: Favorite Quotes or Responses on C Board

  1. #1
    Registered User
    Join Date
    May 2011
    Location
    Around 8.3 light-minutes from the Sun
    Posts
    1,949

    Favorite Quotes or Responses on C Board

    I have to tell you that this board is a great source of laughs and chuckles. In keeping with that I think we should post some of our favorite quotes or responses to questions. I'll go first:

    File input
    I have been using fgets() to read lines of a file I have and store them in a linked list. This has been working very well but after the last line I seem to end up with "x(smiley face)>" in the list. I have checked and this string does indeed result from the last call to fgets before EOF. I have used a hex editor to check the file and at the end of the last line is just the usual 0D 0A. What is going on here?
    Quote Originally Posted by quzah
    Right there. See that spot in your code? That's what you did wrong.
    And of course in my tag line:
    Quote Originally Posted by anduril462
    Now, please, for the love of all things good and holy, think about what you're doing! Don't just run around willy-nilly, coding like a drunk two-year-old. Programming is not about typing, it's about problem solving.
    Quote Originally Posted by anduril462 View Post
    Now, please, for the love of all things good and holy, think about what you're doing! Don't just run around willy-nilly, coding like a drunk two-year-old....
    Quote Originally Posted by quzah View Post
    ..... Just don't be surprised when I say you aren't using standard C anymore, and as such,are off in your own little universe that I will completely disregard.
    Warning: Some or all of my posted code may be non-standard and as such should not be used and in no case looked at.

  2. #2
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    I cannot express how glad I am you brought this up.

    I joined this board last month, and around then I saw a post that made me laugh for a very long time. I would literally chuckle for days after reading it. I wanted to share how funny I thought it was, but there hasn't been an appropriate opportunity to bring it up until now. The post I am referring to is here.

    The user got banned, I believe for this last post. Besides being extremely difficult and thick, he also starting making demands of the members while at the same time calling them nerds!

    I don't know why this tickled my fancy, but the closing line was the best:

    From you nerds, I would like some better and optimized logic than those I posted

    LOL priceless!

  3. #3
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Are you sure he was banned? People aren't banned too often on this forum. Despite being thick and rude at points, I'm pretty sure he was attempting to be endearing when he called the board "nerds" as in "people who know more than me."
    Sent from my iPadŽ

  4. #4
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Quote Originally Posted by SlyMaelstrom View Post
    Are you sure he was banned? People aren't banned too often on this forum. Despite being thick and rude at points, I'm pretty sure he was attempting to be endearing when he called the board "nerds" as in "people who know more than me."
    Hmm, it would appear not. I thought so because I saw their name crossed out with "banned" underneath, but that was a while ago. Apparently not anymore.

    Perhaps they were trying to be endearing, it's difficult to tell with written text, especially when they are generally unclear in their communication.

    But regardless of the details, it still strikes me as funny. It reminded me of "The Simpsons" when Homer got arrested down south, and at his trial, said: "Your honor, I'd like to defend myself. Drunken hicks of the jury..."

  5. #5
    Registered User Homer_Simpson's Avatar
    Join Date
    May 2009
    Posts
    22
    Quote Originally Posted by Matticus View Post
    But regardless of the details, it still strikes me as funny. It reminded me of "The Simpsons" when Homer got arrested down south, and at his trial, said: "Your honor, I'd like to defend myself. Drunken hicks of the jury..."
    They were and are drunken hicks, just as luck and my crazy savvy would have it, self-consciously unabashed and honest drunken hicks. Or at least, "for the most part"...which that is democracy

  6. #6
    Registered User
    Join Date
    May 2011
    Location
    Around 8.3 light-minutes from the Sun
    Posts
    1,949
    Quote Originally Posted by VirtualAce
    Dearly beloved we are gathered here today to lay this honorable thread to rest. In it's brief but important lifespan it brought joy and happiness to all who partook in a portion of it's life. This thread was taken from us so hastily and in such short manner and often it is hard to understand why one is taken and one lives on. So it is with great sorrow that we now return this thread to the ground from whence it came. Ashes to ashes and dust to dust.
    One of my new favorites.

    EDIT:

    And from one of my tag lines in my past life here:
    Quote Originally Posted by Salem
    Such pointless tricks ceased to be interesting or useful when we came down from the trees and started using higher level languages.
    And when we had that reputation thing:
    Quote Originally Posted by Misplaced
    i don't think most standard compilers support programmers with more than 4 red boxes
    Last edited by AndrewHunter; 07-12-2011 at 11:45 PM.
    Quote Originally Posted by anduril462 View Post
    Now, please, for the love of all things good and holy, think about what you're doing! Don't just run around willy-nilly, coding like a drunk two-year-old....
    Quote Originally Posted by quzah View Post
    ..... Just don't be surprised when I say you aren't using standard C anymore, and as such,are off in your own little universe that I will completely disregard.
    Warning: Some or all of my posted code may be non-standard and as such should not be used and in no case looked at.

  7. #7
    'Allo, 'Allo, Allo
    Join Date
    Apr 2008
    Posts
    639
    It used to be in somebody's signature but one of Salem's best chew-out was of that George<numbers> guy who incessentantly asked questions about all and sundry. All I remember is that I couldn't stop laughing and it had something to do with colours and rainbows.

    Found it:
    That entire thread is an epitome of his stay. Not as funny as I remember it being, I guess it was a more 'of the moment' kind of thing.

  8. #8
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    That's British humor for you. Want to have a good laugh? Make sure those damn pommies are around. They are some of the best.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 03-14-2011, 04:01 PM
  2. Comment on Some Responses
    By WaltP in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 05-15-2003, 03:07 AM
  3. outputing quotes(') and double quotes(")
    By lostboy in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 02-26-2002, 06:17 PM
  4. random numbers and responses
    By diaperdandy in forum C++ Programming
    Replies: 3
    Last Post: 12-23-2001, 04:22 PM