Search:

Type: Posts; User: Bleu_Cheese

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    2,158

    :D you know ... that concept just turned the...

    :D you know ... that concept just turned the little light bulb in my head on lol ... i think it actually makes sense lol
  2. Replies
    13
    Views
    2,158

    Thanks much, I think I have some what of a basic...

    Thanks much, I think I have some what of a basic understanding of this now. Do you happend to have something that really puts this to use ?
  3. Replies
    13
    Views
    2,158

    Final explanation ... i hope

    ok im starting to understand maybe parts of this. I added comments in here explaining what i could but there are many parts that im not exactly sure. If anyone would be willing to replace my comments...
  4. Replies
    13
    Views
    2,158

    and thanks for your quick answers amd help i...

    and thanks for your quick answers amd help i really am not grasping this concept
  5. Replies
    13
    Views
    2,158

    ok...

    ok so its using pointers and changing the members of the structures...

    and secondly why does it use a pointer as a acutally member of the structure at first.



    struct node {
    int x;
    ...
  6. Replies
    13
    Views
    2,158

    Well adding more detailed comments or getting on...

    Well adding more detailed comments or getting on a IM would be great but here

    What exactly is "->" mean through the code
  7. Replies
    13
    Views
    2,158

    Linked Lists

    Ok so im pretty new to C++ and am using the tutorials to get started. So far ive been pretty good but when i got to linked lists i got lost. I understand the concept but the acutally code makes...
  8. Replies
    9
    Views
    1,409

    Strings

    Here is a valid code for what you are trying to do.

    This makes the name a string and uses char instead of int because you are using the alphabet and not integers ( Numbers ).

    If you need more...
Results 1 to 8 of 8