Search:

Type: Posts; User: Darkman

Search: Search took 0.00 seconds.

  1. Thread: Need help

    by Darkman
    Replies
    5
    Views
    1,042

    Thanks, Ripper, I tried your thoughts and it...

    Thanks, Ripper, I tried your thoughts and it worked greatly. Plus it makes more sense than whatever I had at first.

    Final code:



    // Other Methods
    void Sleeping() const
    {
    ...
  2. Thread: Need help

    by Darkman
    Replies
    5
    Views
    1,042

    Need help

    In a class, I'm trying to get a member method to do all the work in it to produce a sleeping/waking time by making it about 20 seconds. Apparently, I'm getting an infinate loop. Any help is...
  3. Thread: XP Sucks

    by Darkman
    Replies
    26
    Views
    7,568

    And that brings it back to the main topic: xp...

    And that brings it back to the main topic: xp sucks.
  4. Thread: XP Sucks

    by Darkman
    Replies
    26
    Views
    7,568

    I have a old computer but I'm too lazy to set it...

    I have a old computer but I'm too lazy to set it up. Maybe I'll have to now.
  5. Thread: XP Sucks

    by Darkman
    Replies
    26
    Views
    7,568

    Or wait, is it just my sound card that came with...

    Or wait, is it just my sound card that came with the computer when I bought it? Maybe get Audio Audigy?
  6. Thread: XP Sucks

    by Darkman
    Replies
    26
    Views
    7,568

    I used Turbo, but what I found was a reduce of...

    I used Turbo, but what I found was a reduce of FPS, but it doesn't do anything to the sound/music (which needs the help). Any suggestions?
  7. Thread: XP Sucks

    by Darkman
    Replies
    26
    Views
    7,568

    Ok its working. Thanks :) Only issue: The...

    Ok its working. Thanks :)

    Only issue: The sound effects are choppy (probably cuz this is a faster machine). What should I do & what should I download to fix the sound?
  8. Thread: XP Sucks

    by Darkman
    Replies
    26
    Views
    7,568

    Wow.. i got it to work on the c: drive. Then it...

    Wow.. i got it to work on the c: drive. Then it crashed a few minutes later lol.
  9. Thread: XP Sucks

    by Darkman
    Replies
    26
    Views
    7,568

    You got me all excited, but darn it didn't work!...

    You got me all excited, but darn it didn't work! It would try to load, but then it just goes back to the desktop. Nothing works so far. Any other ideas?
  10. Thread: XP Sucks

    by Darkman
    Replies
    26
    Views
    7,568

    Main reason why I hate XP is because it won't run...

    Main reason why I hate XP is because it won't run my favorite RPG titled "TES II: Daggerfall." I have to have win98. Those who got it on XP said they've seen invisible monsters attacking you and so...
  11. Thread: XP Sucks

    by Darkman
    Replies
    26
    Views
    7,568

    XP Sucks

    I never thought I'd use it til I bought a new computer. It's tough to learn C++ through console commands, I can't play my old games because they aren't compatable. It's just a $$$$$.

    So I made a...
  12. Replies
    33
    Views
    3,299

    There is if you think about it... aka... ...

    There is if you think about it... aka...

    Random Number: 35
    Then do
    RandomNumber - 8

    Now there's not much of a pattern going on. Only problem is if it goes negative, then ouch.
  13. Can you post an example? I tried this, but...

    Can you post an example?

    I tried this, but when I checked his new health status, it went back up to 10.




    cout << "Bob gets hit!" << (Bob.getHitPoints() - 2) << endl; // 8
    cout << "Bob...
  14. Incrementing/Decrementing Object's hitpoints using classes

    I can't seem to increment/decrement an object's hitpoints in a game. For example...




    #include <iostream>

    class Player
    {
    public:
  15. Replies
    19
    Views
    2,924

    sold.

    sold.
  16. Replies
    19
    Views
    2,924

    Not bad. Where can I learn more about these...

    Not bad. Where can I learn more about these strings?
  17. I learned several things from this tutorial...

    I learned several things from this tutorial today. Thanks!
  18. Replies
    19
    Views
    2,924

    Thanks, Aal. I tried your code and it worked...

    Thanks, Aal. I tried your code and it worked tremendously. Thanks everyone. By your opinion, do you think this will be used in later future games? I noticed they did with a few RPG's. It seemed more...
  19. Is there a way to make text in color patterns?

    I know at work, we have dos with some colors on it. How can I do that for my own programs?
  20. Thanks, I'm downloading the service pack right...

    Thanks, I'm downloading the service pack right away. Question: How do I know that I don't have it already? Is there a way to check?
  21. Replies
    19
    Views
    2,924

    There's no ansi way of doing it?

    There's no ansi way of doing it?
  22. Replies
    41
    Views
    8,570

    I think the show is hilarious. It's like dark...

    I think the show is hilarious. It's like dark humor and oftly satasfying.
  23. Replies
    19
    Views
    2,924

    Time to test your C++ abilities...

    Games like Everquest let you input your own questions, and NPC's answer to certain keywords. Aka...

    You type:
    "Where can I get this legendary sword?"

    He answers by the keyword "legendary...
  24. Thread: getch()

    by Darkman
    Replies
    6
    Views
    1,410

    Just use this: system("pause");

    Just use this:

    system("pause");
  25. VC++ 6.0 on XP ~ When Compiling, it freezes...

    I have a partition on my main drive for FAT32 for my DOS practicing in C++. On my previous harddrive, it worked fine. Now it's trying to compile but it never ends nor links. Is there any way to fix...
Results 1 to 25 of 25