Search:

Type: Posts; User: RatBoy

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,031

    Thank You

    Ok i decided to scrap the idea altogether but thank you for your help all of you. After scrapping the idea though i decided to do something else and now im having the same problem :(



    char...
  2. Replies
    8
    Views
    1,031

    I have changed my code to: char...

    I have changed my code to:



    char inputMenuChoice()
    {
    char ReturnedName;
    scanf("%d", &MenuChoice);

    printf("\n%s", Name[MenuChoice-1]);
  3. Replies
    8
    Views
    1,031

    I tried making returnedName an array but that...

    I tried making returnedName an array but that just kept giving me a NULL value

    Also Im not using pointers because i cant.
  4. Replies
    8
    Views
    1,031

    Returning a vaule loses the last one

    Hi there, Im having a bit of a problem returning values from a function.

    Basically I want to return a value from an array but when i return I call the function the second time it overrights the...
Results 1 to 4 of 4