Search:

Type: Posts; User: impact

Search: Search took 0.01 seconds.

  1. Nevermind, I finally got everything working...

    Nevermind, I finally got everything working correctly. I merged the void functions and did some other changes, now everything works fine.
  2. Need Help Finding # Of Characters / Letters / Non-whitespace Characters (Code Inside)

    Okay, so I am trying to read an input of a file, and output and display it's stats. The stats that I am looking for are.. : the total number of characeters, the total number of letters, and total...
  3. i've redone mine a bit, but i still cant seem to...

    i've redone mine a bit, but i still cant seem to get the string function to return the winners name after he has won the round..
  4. thanks a lot for the help ! .. yeah, i need to...

    thanks a lot for the help ! ..
    yeah, i need to overlook a few things.. when i was testing this early today aaron didnt have zero total wins. thanks though..

    btw, what kind of compiler do you guys...
  5. well, it's suppose to output each winner for each...

    well, it's suppose to output each winner for each round.. there are suppose to be 1000 rounds total. I just find it weird when it works w/ a void function.. but we are suppose to use a string...
  6. *Problem Returning A String Function* Please Help

    Okay, so the source computes a program that stimulates a duel. Basically, the cycle will complete until there is one man standing.. though the problem is, in order to return a winners name, we must...
  7. still having a bit problem with this one.. maybe...

    still having a bit problem with this one.. maybe im overthinking it ??
  8. Replies
    3
    Views
    977

    Yes I wrote it. Though I found out what was...

    Yes I wrote it. Though I found out what was wrong.. the outputs from my function were rounding up . Ex// waistsize would show up as 36, NOT 35.5 .
    thanks for the reply though!
  9. also, it is easier if you only have 3 switch...

    also, it is easier if you only have 3 switch statements..such as

    switch (num) , switch (tens), and switch (ones)
  10. Replies
    3
    Views
    977

    I'm not too sure If I am getting the adjustment...

    I'm not too sure If I am getting the adjustment part right. For Some reason, calculations arent coming out correct.
  11. Replies
    3
    Views
    977

    Need Some Help Writing A Function ..

    " Waist in inches = weight divided by 5.7 and then adjusted by adding 1/10 of an inch for each 2 years over age 28. (Note that the adjustment only takes place after a full 2 years. So, there is no...
  12. Hope this helps.. Your solution should consist...

    Hope this helps..

    Your solution should consist of implementations of the following two functions:

    string numToEnglish(int num);
    void printStanza(int numStanzas);

    The numToEnglish...
  13. I know that the waiting time, and the current...

    I know that the waiting time, and the current time need to be two seperate intergers. I just need some kind of idea on how to start this off. Thanks again for all your help.
  14. Subtracting Waiting Time from Current Time (24-Hour Notation)

    Okay, so I have created a program that allows a user to convert 24-hour notation to 12-hour notation. Ex// it converts 14:25 to 2:25 PM. Though now I'm having trouble subtracting a waiting period...
Results 1 to 14 of 14