Search:

Type: Posts; User: Dangerous_Dave

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    33,591

    That is an old post! I was doing a course on...

    That is an old post! I was doing a course on Computer Sicence 2 years ago and i droped out and took a year off. I just checked to see if my old login name was still working and it was!

    Well Im...
  2. Replies
    2
    Views
    2,642

    Error Checking for scanf

    do
    {
    printf("\n\nPlease Enter Current US Dollar Exchange Rate: \t");
    error = scanf("%f",&USD);
    fflush(stdin);
    } while ( error...
  3. Replies
    2
    Views
    1,877

    Error Checking

    printf("1. Britain\n");
    printf("2. Denmark\n");
    printf("3. Japan\n");
    printf("4. USA\n");
    printf("5. Exit Program\n\n");

    /* Ask user for there choice */
    /* And Asign...
  4. Replies
    2
    Views
    15,879

    Currency Conversion Program

    Hi all,

    I'm new here but im just interested in some input into my program. Its for a college assignemt but i have done C programming before. Im just wondering if any of you guys would do it a...
Results 1 to 4 of 4