Thread: beginner help with C (pointers)

  1. #16
    Registered User
    Join Date
    Feb 2009
    Location
    USA, south
    Posts
    10
    Oh! Meldreth, thank you soooo much!! That is very helpful, I really appreciate your time in doing that.

  2. #17
    Registered User
    Join Date
    Feb 2009
    Posts
    138
    that's weird. i don't usually get words of thanks when i give a super sarcastic answer...

  3. #18
    Registered User
    Join Date
    Feb 2009
    Location
    USA, south
    Posts
    10
    Then you didn't understand how much of a beginner I was.

  4. #19
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Quote Originally Posted by likewise View Post
    Then you didn't understand how much of a beginner I was.
    So, can you explain HOW supper() works now?

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  5. #20
    Registered User
    Join Date
    Feb 2009
    Location
    USA, south
    Posts
    10
    No I cannot, but I have a start. I was looking for help, not an aggressive attack of sarcasm to put me down. Which makes me think the both of you have insecurities of some measure where you feel the need to protect yourself with sarcastic remarks that only let the world see a superficial part of who you are.

    I am a beginner, 100% and if you do not want to waste your time with me, then please don't.

  6. #21
    Registered User
    Join Date
    Feb 2009
    Posts
    138
    oh, i'm sorry i tried to help you then. i won't make that mistake again.

  7. #22
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    Quote Originally Posted by likewise View Post
    No I cannot, but I have a start. I was looking for help, not an aggressive attack of sarcasm to put me down. Which makes me think the both of you have insecurities of some measure where you feel the need to protect yourself with sarcastic remarks that only let the world see a superficial part of who you are.

    I am a beginner, 100% and if you do not want to waste your time with me, then please don't.
    If you want careful, detailed explanations of things, why are you on a forum (where you can get anything you want except careful, detailed explanations -- no one wants to type that much and end up just typing up the first 15 pages of a C textbook)? We can help with short, specific questions easily, because they have nice short answers; we can point you to things to read if you want things to read (see e.g. the book sticky on the top of the forum). We're not going to type up a chapter of a book into this little box just for you, though.

    And don't worry -- the sarcasm is not to put you down, but point up the futility of the request (it's just as impossible to read way-overly-commented code as uncommented code). No one here is taking this personally, even me.

  8. #23
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    This is a cross post

  9. #24
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Quote Originally Posted by likewise View Post
    No I cannot, but I have a start. I was looking for help, not an aggressive attack of sarcasm to put me down. Which makes me think the both of you have insecurities of some measure where you feel the need to protect yourself with sarcastic remarks that only let the world see a superficial part of who you are.

    I am a beginner, 100% and if you do not want to waste your time with me, then please don't.
    I don't think I have made sarcastic comments - I honestly wanted to know if you had actually gained understanding from the comments posted. However, I expect this comment is in vain, as you appear to have found some other people to try to get meaningful comments out of.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  10. #25
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Rule number 1) Don't cross-post or we're wasting our time.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. sorting number
    By Leslie in forum C Programming
    Replies: 8
    Last Post: 05-20-2009, 04:23 AM
  2. Replies: 17
    Last Post: 03-03-2005, 06:47 PM
  3. pointers
    By InvariantLoop in forum C Programming
    Replies: 13
    Last Post: 02-04-2005, 09:32 AM
  4. Pointers to function(function pointers)
    By abhishek_charli in forum C Programming
    Replies: 4
    Last Post: 06-23-2002, 01:24 AM
  5. Major Beginner looking for simple pointers
    By dlkchic in forum C++ Programming
    Replies: 4
    Last Post: 09-05-2001, 12:27 PM