Thread: Please Need help with a linked List

  1. #16
    Registered User
    Join Date
    Sep 2015
    Posts
    19
    i meant to reply in this thread not the other one thank you cat you solved it

  2. #17
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    Nah, I love the pony. I was just being silly.

  3. #18
    Registered User
    Join Date
    Sep 2015
    Posts
    19
    mutantjohn do you program for a living?

  4. #19
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    Quote Originally Posted by Anonymouss View Post
    mutantjohn do you program for a living?
    Nope. But this place did teach me almost everything I know.

  5. #20
    Registered User
    Join Date
    Sep 2015
    Posts
    19
    why don't you work as a coder if that is your hobby????

  6. #21
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    Regardless of my career struggles, did you ever fix your code?

    One thing I recommend you do is figure out how to increase the warning levels of your compiler. Never ever ever ever use a variable before it's initialized. Or to be more specific, never read from a variable before it has been written to.

    I know with gcc you can use the -Wall and -Wextra flags to increase warnings.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 13
    Last Post: 09-22-2013, 10:34 PM
  2. Declaring linked list inside linked list
    By blueboyz in forum C Programming
    Replies: 33
    Last Post: 04-20-2012, 10:13 AM
  3. single linked list to double linked list (help)
    By Countfog in forum C Programming
    Replies: 8
    Last Post: 04-29-2008, 08:04 PM
  4. singly linked list to doubly linked list
    By t48j in forum C Programming
    Replies: 3
    Last Post: 03-23-2005, 06:37 PM
  5. Replies: 6
    Last Post: 03-02-2005, 02:45 AM

Tags for this Thread