Search:

Type: Posts; User: lil_rom

Search: Search took 0.01 seconds.

  1. i was trying to pass it by reference or is that...

    i was trying to pass it by reference or is that not possible? i am trying to print it in "PrintCal"


    void PrintCal(int &value)
    {
    printf("(Fifty: %d\n" ,value);
    printf("Twenty: %d\n"...
  2. help me fix one problem with my cash register

    Thanks for everyones help my program is nearly complete now there is just one problem. It compiles and runs but does not produce the results I want.

    Its suppose to tell you how many of each coins...
  3. help me fix one problem with my cash register

    Thanks for everyones help my program is nearly complete now there is just one problem. It compiles and runs but does not produce the results I want.

    Its suppose to tell you how many of each...
  4. Replies
    5
    Views
    3,025

    Thank you, but it still says value is assigned...

    Thank you,

    but it still says value is assigned but never used how would i make it apart of the code?

    And thanks again for all your help.
  5. Replies
    5
    Views
    3,025

    is that it thank you very much!!! I feel like...

    is that it thank you very much!!! I feel like such an idiot right now!
    anyway the errors in the first are

    warning line 34: 'value' is assigned a value that is never used in function DoCalc(int...
  6. Replies
    5
    Views
    3,025

    Help fixing my cash register program.

    I need help making a simple cash register program which a user inputs a number and the program puts the amount of coins and of what value excluding pennies. for example if i enter 90 it should output...
  7. Replies
    2
    Views
    2,290

    you and all that thank you, i forgot.

    you and all that thank you, i forgot.
  8. Replies
    2
    Views
    2,290

    Cash register program help :(

    i need help making a simple cash register program. The program will read a number in cents then print out the number of 5p 10p 20p and 50p coins to give out 1p is not included.
    I am allowed to...
Results 1 to 8 of 8