Search:

Type: Posts; User: Tape_Trip

Search: Search took 0.01 seconds.

  1. Thanks Matticus, it's working! In my defense I...

    Thanks Matticus, it's working!
    In my defense I actually wrote out the getDenomintion() function correctly on the algorithm and desk checked it but apparently 3-in-the-morning me decided it was a...
  2. Ah thanks oogabooga, I didn't know about that....

    Ah thanks oogabooga, I didn't know about that. Sorry, I'll keep that in mind for the future.

    Here's what I got:

    #include <stdio.h>

    /*Reads cents input from the user.*/
    int getCents(void)
    {...
  3. Just gonna give this a bumpity bump. Back to the...

    Just gonna give this a bumpity bump. Back to the top with you!
  4. Hi ssharish, You're correct, I was passing by...

    Hi ssharish,
    You're correct, I was passing by reference (well, at least I was trying to) which I believe is a feature of C++. I'm not sure if I was doing it correctly but that method has work fine...
  5. Ah thanks oogabooga. Your exactly right. I'll...

    Ah thanks oogabooga. Your exactly right.
    I'll give a shot and report my findings.

    EDIT: While certainly that was a problem apparently there are others. Thanks for pointing that out though.
  6. Wait, I'm an idiot. I'm scanning for chars. brb ...

    Wait, I'm an idiot. I'm scanning for chars. brb

    EDIT: I fixed it, it complies but it didn't make a single bit of difference. I can enter a number and then the programme ends.
  7. [HELP] Changing cents into individual denominations - Programme for Uni

    Hi guys,
    I'm new to this forum and to programming. I started this semester and I need a bit of help with my second assignment. I tried to do something tricky (well, at least for me) and it backfired...
Results 1 to 7 of 7