Search:

Type: Posts; User: Wolves

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    989

    Schwoops, that's what I get for not using logic....

    Schwoops, that's what I get for not using logic. Thanks all.
  2. Replies
    4
    Views
    989

    Counting how many chars are in a string...

    Alright, so, I was kind of messing around and I noticed that this:

    #include <iostream>
    #include <cstring>

    using namespace std;


    int main()
    {
  3. Replies
    4
    Views
    1,697

    Writing a clock...

    Alright, so, after messing around with Dev-C++, I've managed to come up with a simple clock:

    #include <iostream>
    #include <windows.h>

    using namespace std;

    int main()
    {
    unsigned short...
  4. Replies
    15
    Views
    2,558

    Getting integers to hold zeros

    Hey all, I'm sure this is a stupidly easy question, but it must be asked:

    How would one go about getting integers to hold zeros before any other number?
    Like, to get an integer to hold the value...
  5. Replies
    5
    Views
    893

    Ahh, yes, perfect, that did the trick! I can't...

    Ahh, yes, perfect, that did the trick!

    I can't thank you guys enough that's exactly what I needed, that was driving me crazy!
  6. Replies
    5
    Views
    893

    Changing Displayed Text?

    Alright, here's my problem.

    After messing around with C++, I've came up with this little program:


    #include <iostream>
    #include <windows.h>

    using namespace std;
Results 1 to 6 of 6