Search:

Type: Posts; User: EricRoberts

Search: Search took 0.00 seconds.

  1. Hi yes, this is absolutely correct, the reading...

    Hi yes, this is absolutely correct, the reading of the exercise. I started referencing another text on linked lists, and it seems to handle the issue more of the way in that you are presenting in...
  2. I think in some instances I am just getting...

    I think in some instances I am just getting caught up on the phrasing, because most of the solutions in this book are simple codes. Once things start getting too complex I figure I am on the wrong...
  3. Yes, I started doing what you are saying in the...

    Yes, I started doing what you are saying in the second paragraph, but I was confused as to why a structure would contain only one element--being the next pointer pointing to the structure written in...
  4. Hi, you guys are awesome thanks for your replies...

    Hi, you guys are awesome thanks for your replies and thanks for getting back to me.

    I didn't do the best job describing this problem, but this book hasn't gotten into nodes yet (oh, never mind,...
  5. Linked List/Adding Element To Beginning of List

    I am teaching myself C and have a couple books on the subject. I am totally at a loss for exactly what this exercise is asking for.




    // Write a function called insertEntry() to insert a new...
  6. Is the documentation your referring to on this...

    Is the documentation your referring to on this website? Not sure I know where to look this up.
  7. Cool, that sounds like something that could work...

    Cool, that sounds like something that could work in this instance, but I am unfamiliar with it so I need to look it up to see how it works.

    Thank you!
  8. [/COLOR] Gotcha. This was...

    [/INDENT]

    [/COLOR]



    Gotcha. This was just an exercise from a book--I think to get people acquainted with the way characters are stored in an array I guess. I'm not sure when or if you'd...
  9. Function to Convert String to Floating Decimal

    This was an exercise from a book (convert a character string into a floating point value). It seems to work with both negative and positive decimal numbers.

    It basically get each digit from the...
  10. Replies
    8
    Views
    1,836

    Some of those comments in there were just thrown...

    Some of those comments in there were just thrown in there while I was working through the exercises to make sense of what was going on. The comments probably aren't all that helpful.
  11. Replies
    8
    Views
    1,836

    Hi awesome. Thank you so much. This is exactly...

    Hi awesome. Thank you so much. This is exactly what I am referring to, anything I can do to make the code more efficient and more readable.

    What you're saying seems like the most logical way to...
  12. Replies
    8
    Views
    1,836

    Replace String Function

    Hi everyone. I am new to C, but I recently completed an exercise from a book that finds a string in another string, removes the string, and replaces it with another string. I am happy I finally got...
  13. Yeah, that did turn up results. The whole End of...

    Yeah, that did turn up results. The whole End of File Concept is a little bit foreign to me at this point--with just the book I am using now I would not have known EOF even required a key command to...
  14. Apparently that's what I needed to do, Ctrl + D. ...

    Apparently that's what I needed to do, Ctrl + D. I am using Mac OS X 10.9.5. I had no idea what the End of File Key command was.

    On the previous application that just re-printed a string of...
  15. hey thanks for getting back to me... well I did...

    hey thanks for getting back to me...
    well I did one program that just matched the character input that I put in and reprinted it. (This program inputted and outputted successfully).

    Then I moved...
  16. Trying to program ANSI C in Xcode 6 - Brand New

    Hi, I'm brand new to programming. I ordered a book online "The C Programming Language" -2nd Edition ANSI C.

    I downloaded Xcode 6 as a compiler.

    In the beginning with the really simple programs...
Results 1 to 16 of 17