Search:

Type: Posts; User: CJ7Mudrover

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    30,491

    Hey, now thats not very nice. Yes, I have used...

    Hey, now thats not very nice. Yes, I have used some examples from these forums, but most of it is my own making. Like I said I am learning as I go here, and I am having to figure a lot on my own. ...
  2. Replies
    9
    Views
    30,491

    ok, with the search and remove node method. I...

    ok, with the search and remove node method. I cant get it to remove the node. I am trying to manipulate the addnode method to get it to work, but I am having no luck. Here is what I have...


    ...
  3. Replies
    9
    Views
    30,491

    I think so, but I am not sure that is what I am...

    I think so, but I am not sure that is what I am supposed to do. I am supposed to concatinate two linked lists full of strings. I think that would mean to combine them into one list, but I may be...
  4. Replies
    9
    Views
    30,491

    i know, sorry for posting so much code. it is...

    i know, sorry for posting so much code. it is just that last time i posted a little bit of code, i was asked to post all of it...so i just tried to save some time.

    thanks for those fixes, I...
  5. Replies
    9
    Views
    30,491

    Linked List Help

    First off, I am new to C. Only been using for 5 weeks or so, so bare with me please :D My stupid prof insists that we program in C as well as java. I am pretty sure this is the last program I will...
  6. Thread: Menu Help

    by CJ7Mudrover
    Replies
    7
    Views
    2,765

    Prelude...once again. Thanks a bunch. Got it...

    Prelude...once again. Thanks a bunch. Got it fixed.



    Some of this code was given as examples in class. I have been trying my best to modify it for my case. The example code was for...
  7. Thread: Menu Help

    by CJ7Mudrover
    Replies
    7
    Views
    2,765

    Ok, here is the beast... #include...

    Ok, here is the beast...



    #include <stdio.h>

    typedef struct
    {
    char *str;
    int len;
  8. Thread: Menu Help

    by CJ7Mudrover
    Replies
    7
    Views
    2,765

    Great. Thanks for the reply and input. I was...

    Great. Thanks for the reply and input. I was able to incorporate what you said along with a do while loop to get the menu to come back up after each choice. Now, for another question...

    I have...
  9. Thread: Menu Help

    by CJ7Mudrover
    Replies
    7
    Views
    2,765

    Menu Help

    Ive got this menu I created...



    int MainMenu(int c)
    {
    printf("\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s",
    "-MAIN MENU-",
    "1. Initialize the list by reading in strings from the input and...
  10. Replies
    7
    Views
    2,227

    HAH! THAT WAS THE PROGRAM! THANKS Prelude! ...

    HAH! THAT WAS THE PROGRAM!

    THANKS Prelude!

    -B
  11. Replies
    7
    Views
    2,227

    and that will compile c programs as well?

    and that will compile c programs as well?
  12. Replies
    7
    Views
    2,227

    Well, I thought it was TextPad, but its not. I...

    Well, I thought it was TextPad, but its not. I cant believe I dont remember.

    Anyway, I downloaded a build of gcc. I have been hearing many good things about it. When I downloaded the tar, it...
  13. Replies
    7
    Views
    2,227

    win xp pro

    win xp pro
  14. Replies
    7
    Views
    2,227

    C Text Editor/Compiler

    Ok, I downloaded a texteditor about a month ago and it had a built in C compiler with it. For some reason, I cannot find the darn program on my puter anymore. I may have uninstalled it, not sure. ...
Results 1 to 14 of 14