Search:

Type: Posts; User: Jayhawk_26

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,368

    Ok, I'll try that later tonight and post what I...

    Ok, I'll try that later tonight and post what I get. Thanks.
  2. Replies
    7
    Views
    1,368

    So just get into Safe Mode and find the files...

    So just get into Safe Mode and find the files from there?
  3. Replies
    7
    Views
    1,368

    Little virus help please.

    Ok, this previouse Friday (December 8) I was gone from my dorm all day, but my roommate need to use a computer so I told him he could use mine. Let's jst say he's not very good with computers, but I...
  4. Cpre 185 at ISU eh? lol. Btw, I'm also having he...

    Cpre 185 at ISU eh? lol. Btw, I'm also having he same problem that my words print out backwards. How can you fix this? No, I haven't learned arrays yet.
  5. Replies
    5
    Views
    1,619

    Ok, I kinda get what you're sayin. I'm tryin to...

    Ok, I kinda get what you're sayin. I'm tryin to write this now, and I get the concept, just tryin to figure out how to put that into terms as a variable as the program must do this for any number the...
  6. Replies
    5
    Views
    1,619

    Little guidance please...

    I'm am writing a program to convert numbers to words. For example, 1893 would read "one eight nine three." I am assuming the number is less than a million. The only hint I have so far is to remember...
  7. Replies
    17
    Views
    3,054

    I'm using Microsoft Visual Studio 2003 to write...

    I'm using Microsoft Visual Studio 2003 to write this stuff. It's the program we got to download for free for our class.
  8. Replies
    17
    Views
    3,054

    Ok, I think I got it. I wasn't sure exactly how...

    Ok, I think I got it. I wasn't sure exactly how to write out like "if year is divisible by 4" ect., but I think I got it now. Here is what I came up with

    #include "stdafx.h"

    int _tmain(int...
  9. Replies
    17
    Views
    3,054

    I'm sorry, I'm still kinda new to all this. I...

    I'm sorry, I'm still kinda new to all this. I think I'm just being retarded, but what would be an expression to use for leap year expression? I just can't think of how to write it into a formula.
  10. Replies
    17
    Views
    3,054

    Well, here's what I got so far. Don't think it'll...

    Well, here's what I got so far. Don't think it'll help much, since I've been waiting to figure out what is the best way to calculate if it's a leap year or not.


    #include "stdafx.h"

    int...
  11. Replies
    17
    Views
    3,054

    Little help with leap years

    Ok, a leap year is any year divisible by 4 with the exception of any year divisible by 100 but not 400. I'm writing a program that will let the user input a year and it will output whether or not...
  12. Replies
    6
    Views
    7,037

    Thank you very much. It worked. Like I said I...

    Thank you very much. It worked. Like I said I just started with all this so hopefully I'll get better fast. Thanks again.
  13. Replies
    6
    Views
    7,037

    Ok... the first 2 printf commands come up and I...

    Ok... the first 2 printf commands come up and I enter the beginning odometer reading. Then the next printf comes up and i enter the ending odometer reading. Then it quits out, just as if the program...
  14. Replies
    6
    Views
    7,037

    Little help with this please...

    Ok, this is for a class. We were required to write a program to calculate mileage reimbursement for a salesperson at a rate of $0.45 per mile. The program has to take the starting and ending mileage...
Results 1 to 14 of 14