Search:

Type: Posts; User: willrs2

Search: Search took 0.00 seconds.

  1. Replies
    21
    Views
    4,769

    True, lol. But I just made the program to learn,...

    True, lol. But I just made the program to learn, it's not a school project. I plan on taking programming next year, though, so thanks for the advice. This is a popular board.
  2. Replies
    13
    Views
    1,506

    Thanks, all. And I'll keep this forum in my...

    Thanks, all. And I'll keep this forum in my bookmarks! It's people are full of information.
  3. Replies
    13
    Views
    1,506

    Thanks Elysia, at my stage, every piece of info...

    Thanks Elysia, at my stage, every piece of info counts.
  4. Replies
    13
    Views
    1,506

    Thanks. That's all I need to know. If you wanted...

    Thanks. That's all I need to know. If you wanted to know, I have windows xp pro. And I was just asking the question for future knowledge.
  5. Replies
    13
    Views
    1,506

    Simple C/P question in C++

    What code could I use to copy a file to another location on the computer?

    Thanks in advance,
    Will
  6. Replies
    21
    Views
    4,769

    Thanks for all your help. It's helped a lot. I've...

    Thanks for all your help. It's helped a lot. I've got it working perfectly now. It's going to be more than a wind chill calculator. I'll upload it when i'm finished just in case anybody wants to see...
  7. Replies
    21
    Views
    4,769

    I gotta go for now, maybe the day. Thanks for the...

    I gotta go for now, maybe the day. Thanks for the help so far.
  8. Replies
    21
    Views
    4,769

    It runs just fine the way it is in my previous...

    It runs just fine the way it is in my previous post, but it won't exit.

    I only made two changes:

    I added in a second = to make it a comparison.

    and

    I set yn = 1 just before the while...
  9. Replies
    21
    Views
    4,769

    Thanks, all of you. I used a while loop. Thanks...

    Thanks, all of you. I used a while loop. Thanks carlorfeo for the tips, and thanks swgh and NeonBlack for the loop idea... I completely forgot about it...

    Here is the code a the proggy working how...
  10. Replies
    21
    Views
    4,769

    Never mind about the second problem. I fixed it...

    Never mind about the second problem. I fixed it by declaring it a 'long double'.
  11. Replies
    21
    Views
    4,769

    Keep running program and 'int' problem

    I'm using this program in C++ to calculate wind chill:


    #include <cstdlib>
    #include <iostream>
    #include <math.h>

    using namespace std;

    int main(int argc, char *argv[])
Results 1 to 11 of 11