Search:

Type: Posts; User: asirep

Search: Search took 0.01 seconds.

  1. Thread: crazy output

    by asirep
    Replies
    22
    Views
    3,741

    I added a print statement but it shows the same...

    I added a print statement but it shows the same value as the final print statement in main.

    I also added that check = scanf...

    i made it so that if check != "%d" exit.
    I dont know why this...
  2. Thread: crazy output

    by asirep
    Replies
    22
    Views
    3,741

    how do i do that?

    how do i do that?
  3. Thread: crazy output

    by asirep
    Replies
    22
    Views
    3,741

    I've made everytinh int all the way through but...

    I've made everytinh int all the way through but it doesnt work...

    input


    1 - add record
    2 - change record
    3 - Delete a record
    4 - Quit
  4. Thread: crazy output

    by asirep
    Replies
    22
    Views
    3,741

    Adding parenthesis' doesnt work. Any other...

    Adding parenthesis' doesnt work.

    Any other ideas?

    How can i check the return value of scanf?
  5. Thread: crazy output

    by asirep
    Replies
    22
    Views
    3,741

    crazy output

    Please look at my code:

    #include <stdio.h>
    #include <stdlib.h>

    int get_menu_choice (void);

    int main ()
    {
    int choice;
Results 1 to 5 of 5