Search:

Type: Posts; User: rgmills

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,049

    Getline fucntion

    Im trying to allow the user to type in a name that can have spaces like "First Last". When I use getline, it requires the user to hit return twice. For example, he/she types in the name and hits...
  2. Thread: Do while loops

    by rgmills
    Replies
    5
    Views
    986

    Thanks, that helped out alot as far as clarifying...

    Thanks, that helped out alot as far as clarifying it. I'm going to try and figure out how to implement it, if i get stuck, i'll be back. Thanks again to both of you
  3. Thread: Do while loops

    by rgmills
    Replies
    5
    Views
    986

    Im a little confused as to what you mean...

    Im a little confused as to what you mean Dog...please elaborate a bit more with code, i understand that better than words for some reason
  4. Thread: Do while loops

    by rgmills
    Replies
    5
    Views
    986

    Do while loops

    In the program I am making I'm trying to make sure that the user does not select each option more than once. The code goes in order of the first number compares with the others then second number...
  5. Replies
    5
    Views
    1,606

    Thanks a bunch, ended up needing to change '=' to...

    Thanks a bunch, ended up needing to change '=' to '==' in other parts of the code also that worked, just not the way intended.
  6. Replies
    5
    Views
    1,606

    so I should take out of the UDF & changed the =...

    so I should take out of the UDF & changed the = to ==?
  7. Replies
    5
    Views
    1,606

    Creating a UDF to create random numbers

    I'm in need of a way to allow the user to select 1 of 3 man and min values and then find a random number between those two intervals. Here is the UDF i am using.



    int DamageCalculator(int...
Results 1 to 7 of 7