Search:

Type: Posts; User: johnhuge

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    4,666

    alpha-numeric to numeric program

    The following program is converting alpha-numeric phone number to numeric. The problem i am having is that it is giving me a link error and i am not sure why. Can anyone help out Thanks.




    ...
  2. Replies
    12
    Views
    1,534

    thanks for the replay quzah. where exactly are...

    thanks for the replay quzah. where exactly are you reference your code to my because i can't seem to locate it. if you could let me know then i problem can figure it out. THANKS
  3. Replies
    12
    Views
    1,534

    thanks for the suggestion but i cannot do the...

    thanks for the suggestion but i cannot do the swap method u have suggested, the only way i have to do it is the way i setup the function and the pointers.
  4. Replies
    12
    Views
    1,534

    so ur saying not to count the number of node a...

    so ur saying not to count the number of node a just do a while loop
  5. Replies
    12
    Views
    1,534

    need some help with above code can anyone help me...

    need some help with above code can anyone help me out. THANKS
  6. Replies
    12
    Views
    1,534

    so this is what id to sort by last name but the...

    so this is what id to sort by last name but the problem i am having is that it keeps deleting some node while sorting. Can anyone help me with this:
  7. Replies
    12
    Views
    1,534

    can someone please help me out

    can someone please help me out
  8. Replies
    12
    Views
    1,534

    sort linked list

    Hello,
    I have to sort the linked list by the last name and by the balance. The function has two modes. If the user want to sort by balance then the mode is equal five other wise the mode sorts the...
  9. Replies
    5
    Views
    1,547

    how would you delete a post on this websit

    how would you delete a post on this websit
  10. Replies
    5
    Views
    1,547

    thanks for you replay. can you explain to me what...

    thanks for you replay. can you explain to me what you did with the for loop. you have set the n to a pointer which is firstnode, and then i am not sure what you have done after that.
  11. Replies
    5
    Views
    1,547

    add to end of linked list

    this is what i did to add to the end of a linked list but when i print it out it doesn't come out right. this is my code:


    /*functions allows user to add members to the end of list*/
    ...
  12. Thread: Linked list

    by johnhuge
    Replies
    3
    Views
    983

    thanks for your reply can you give me an example...

    thanks for your reply can you give me an example on how to keep count on every page.Also how would i pass in the balance in the link list to the function to take the average.

    THANKS!!!!!
  13. Thread: Linked list

    by johnhuge
    Replies
    3
    Views
    983

    Linked list

    hello
  14. Thread: Link list

    by johnhuge
    Replies
    15
    Views
    1,801

    so this is what I did so far with the problem am...

    so this is what I did so far with the problem am having above. I still get an error.



    struct account{
    char first[MAX_LENGTH];
    char last[MAX_LENGTH];
    double...
  15. Thread: Link list

    by johnhuge
    Replies
    15
    Views
    1,801

    THANK you for your reply. When I declare...

    THANK you for your reply.


    When I declare the struct



    struct account{
    char first[MAX_LENGTH];
    char last[MAX_LENGTH];
  16. Thread: Link list

    by johnhuge
    Replies
    15
    Views
    1,801

    THANKS for the reply. The problem I am having...

    THANKS for the reply. The problem I am having currently is I don't know how to this part: The program should store the list of accounts in a linked list of structures. The base
    structure should have...
  17. Thread: Link list

    by johnhuge
    Replies
    15
    Views
    1,801

    Link list

    jklh
  18. Replies
    7
    Views
    1,689

    Thanks for the reply. If you could answer a quick...

    Thanks for the reply. If you could answer a quick question. How would i read the input file to the following and store it to the array first[], last[], balance and allocate enough memory to hold the...
  19. Replies
    7
    Views
    1,689

    The program I am doing is in C program.

    The program I am doing is in C program.
  20. Replies
    7
    Views
    1,689

    linked list of structure

    The requirement I have to follow is that the base structure should have two string members to hold the last name and first name of the account holder and a double member to hold the account balance. ...
Results 1 to 20 of 22