Thread: entire file

  1. #16
    Registered User
    Join Date
    Dec 2003
    Posts
    41
    quick everyone...

    $$$$$ FIGHT ! ! !



    *and the crowd goes wild *

    Next week we can write some code to check penis size... [ error checking ommitted of course, we dont want people knowing the truth ]
    ~~~~~~~~~~
    Mitchell Kent
    07782383326
    [email protected]
    ~~~~~~~~~~

  2. #17
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    @c99
    Code:
     printf("%s", buf)
    should be
    Code:
    printf("%s", buf);
    but you editted that out
    @spudtheimpaler: Who the hell are you? Hammer just brought up a small error that he saw and instead of answering it outright he wanted people to think.

  3. #18
    Registered User
    Join Date
    Dec 2003
    Posts
    41
    Hey i'm a good guy, was just sensing tensions were high. Wishing i'd used the preview button though, can see now my post seems that much more catty than it was intended. I read these posts looking to learn, so I'm more keen than most for that sort of error checking. I can't comment on the code cause my experience barely hits the months.

    As i said, trying to lighten the mood ( though didn't go about it the right way )

    Apologies to any offended, I like this place far too much to ........ anyone off

    Mitch
    ~~~~~~~~~~
    Mitchell Kent
    07782383326
    [email protected]
    ~~~~~~~~~~

  4. #19
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Heh I'm sorry also. The "who the hell are you" was a little out of line No harm no foul right?

  5. #20
    Registered User
    Join Date
    Dec 2003
    Posts
    41
    No harm no foul. All's well that ends well.
    ~~~~~~~~~~
    Mitchell Kent
    07782383326
    [email protected]
    ~~~~~~~~~~

  6. #21
    Deleted Account
    Join Date
    Jan 2004
    Posts
    40
    Wouldn't it be better to make nbytes a size_t?

  7. #22
    Registered User
    Join Date
    Feb 2004
    Posts
    79
    Hey it's all good.

    I'm still trying to navigate my way around this forum. I've yet
    to work out how I can copy from and past to it.

    I would never post code that didn't compile and run on my system
    using gcc -Wall -pedantic -std=c99 (Occassionally I'll omit -std=c99)

    As for you Edward, bite me, and Hammer, check the facts next
    time you decide to side with a moron.

  8. #23
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Actually it appears Hammer was siding with you on the condition that you meant not to do error checking.
    using gcc -Wall -pedantic -std=c99 (Occassionally I'll omit -std=c99)
    Just FYI: Most of us assume people will be using a C89 standard compiler and not a c99 compiler. If you are doing something that is allowed in c99 but not in c89 you may wish to state that you are using a c99 so we don't jump on you for no reason.
    Last edited by Thantos; 02-23-2004 at 04:58 PM.

  9. #24
    Registered User
    Join Date
    Feb 2004
    Posts
    46
    As for you Edward, bite me, and Hammer, check the facts next
    time you decide to side with a moron.
    You're far too sensitive. Perhaps you should go back and read my posts. You'll notice the presence of a in the first one. Immediately after that you take offense and now you try to insult me. You won't make many friends with that attitude.

  10. #25
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Not in your snippet unless I'm going blind (that I wear glasses suggests that this could very well be the case).
    Look again, it's there alright.
    Cat got your tongue?
    No, I went to watch a film
    I could swear
    the second line of my post says "note that error checking has
    been omitted" or is this a case of selective blindness?
    It's a case of me not reading every word in the thread. Oh well, my bad on that one
    and Hammer, check the facts next
    time you decide to side with a moron.
    My facts are just fine thanks. And no need to get abusive towards people that highlight problems in your code, lighten up.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  11. #26
    Registered User
    Join Date
    Feb 2004
    Posts
    79
    Ah! Is this what it's all about.

    Well, well, well... What compiler are you using Turbo C?

    Tell it to someone that cares.

    Whatever!

  12. #27
    Registered User
    Join Date
    Feb 2004
    Posts
    79
    Hammer.

    "It's a case of me not reading every word in the thread"

    Dude, I wrote two lines of text, what part did you read?

    "Oh well, my bad on that one"

    Yeah your bad!

    "My facts are just fine thanks."

    Uh! So you admit you didn't read the facts yet state your facts
    are just fine? How can they be fine if you didn't read them?

    And abusive? Now your delusional as well...

    Hammer, If you're not going to read at least up to the second line
    of a thread text, why bother even commenting on the thread.

    Okay that being said I appreciate any comments on any thread
    I make. I will however not be subjected to troll trash remarks
    as were made initially by Edward.

  13. #28
    Registered User
    Join Date
    Feb 2004
    Posts
    46
    I will however not be subjected to troll trash remarks
    as were made initially by Edward.
    You're clearly imagining things. I can't find anything that even remotely resembles "troll trash remarks" in my posts. Yours on the other hand have a few. I'm reporting this thread to be closed.

  14. #29
    Registered User
    Join Date
    Feb 2004
    Posts
    79
    Edward.

    My first response to you was valid and correct unless, you, like
    Hammer, also failed to read the very second line of my post.

    Edward, you're a troll, that's not an insult, it's a fact!

    Will someone please kill this thread.

  15. #30
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Originally posted by c99
    Edward.

    My first response to you was valid and correct unless, you, like
    Hammer, also failed to read the very second line of my post.

    Edward, you're a troll, that's not an insult, it's a fact!

    Will someone please kill this thread.
    It is the ruling of this court that you're a dick.

    Thread closed.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newbie homework help
    By fossage in forum C Programming
    Replies: 3
    Last Post: 04-30-2009, 04:27 PM
  2. help with text input
    By Alphawaves in forum C Programming
    Replies: 8
    Last Post: 04-08-2007, 04:54 PM
  3. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM
  4. Hmm....help me take a look at this: File Encryptor
    By heljy in forum C Programming
    Replies: 3
    Last Post: 03-23-2002, 10:57 AM
  5. Need a suggestion on a school project..
    By Screwz Luse in forum C Programming
    Replies: 5
    Last Post: 11-27-2001, 02:58 AM