Search:

Type: Posts; User: martina

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,939

    Thanks for your assistance it has been greatly...

    Thanks for your assistance it has been greatly appreciated.
    however i have a few issuees here
    1. printf(" %s Select a currency: \n", user_Name);
    does not work it displays funny characters
    2....
  2. Replies
    8
    Views
    1,939

    I have corrected some errors, it now complies but...

    I have corrected some errors, it now complies but it hangs up after one selection is made.

    #include <stdio.h>
    #include <math.h>
    int getchoice(void);
    int firstchoice(void);
    int beginconv(void);...
  3. Replies
    8
    Views
    1,939

    Thanks for your input, this is my first C class...

    Thanks for your input, this is my first C class and I am trying to slove a problem.

    The styles that I have adopted are from text books and the internet. I guess this might be as result of...
  4. Replies
    8
    Views
    1,939

    Calling multiple functions

    I have spent countless hours on this and I am stuck.
    This program is currency conversion program. A user selects a currency then an amont anthe selects the currency to conver to.

    firstchoice()...
Results 1 to 4 of 4