Search:

Type: Posts; User: Padawan

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,830

    Directly connected. I use Mozilla Firefox.

    Directly connected. I use Mozilla Firefox.
  2. Replies
    5
    Views
    1,830

    Page Cannot be Displayed

    I understand the fact that when it says Page Cannot be Displayed it is usually because the server is down or the page no longer exists. But I've always wondered why sometimes when I am on say... a...
  3. Replies
    4
    Views
    986

    It's fixed now. It was an editor problem. The...

    It's fixed now. It was an editor problem. The editor wrote a blank .cpp file and then saved my code elsewhere. Thanks for the help though.
  4. Replies
    4
    Views
    986

    What in the world?

    This is an incredibly simple problem (I assume) because it has to do with a very simple program. In fact, I've written much more advanced things than this such as a calculator, database, and a...
  5. Replies
    7
    Views
    1,154

    Get both this...

    Get both this and this. You won't be sorry.
  6. Replies
    7
    Views
    1,214

    Ok so one users registry doesn't affect the...

    Ok so one users registry doesn't affect the registry on the other user account?
  7. Replies
    7
    Views
    1,214

    User Access in Windows 98/ME

    At school, the teachers have passwords to the computers (and the admins) and then the students just type in "student" to login to the computer. But on the student account, it limits you to only a few...
  8. Replies
    23
    Views
    3,900

    Did you initialize 'original' before that line?

    Did you initialize 'original' before that line?
  9. Thread: Heap Limit?

    by Padawan
    Replies
    8
    Views
    1,758

    Yeah I see what you are saying. The toughest part...

    Yeah I see what you are saying. The toughest part for me is the fact that I am just creating a 'game mod' so to speak. Or basically I am trying to make complete the work of someone else. But I'll try...
  10. Replies
    6
    Views
    1,729

    But I've compiled this project many times, in...

    But I've compiled this project many times, in fact, I've even put it on these forums (in an early beta) for people to test in the games section. Then I added that code that caused me to have to use...
  11. Replies
    6
    Views
    1,729

    Ok thanks. But now that I set /zm I'm getting...

    Ok thanks. But now that I set /zm I'm getting this error during compilation:

    Anyone know what is wrong?
  12. Thread: Heap Limit?

    by Padawan
    Replies
    8
    Views
    1,758

    Actually I have 4 header files and 2 CPP files...

    Actually I have 4 header files and 2 CPP files but I think I've almost gotten this solved.
  13. Thread: Heap Limit?

    by Padawan
    Replies
    8
    Views
    1,758

    No. Just which abilities/moves the enemy uses....

    No. Just which abilities/moves the enemy uses. And the move list is so huge, it's confused the program.
  14. Replies
    6
    Views
    1,729

    Well I need to get to some 'command line' in VC++...

    Well I need to get to some 'command line' in VC++ 6 to run a '/Zm' command because the compiler is out of memory and my program is too large to compile at the default.
  15. Replies
    6
    Views
    1,729

    Command line in VC++ 6?

    How do I run commands on VC++ 6? I tried looking up command line window on MSDN but none of the ways work because this is not Visual Studio .NET. It is Visual C++ 6.
  16. Thread: Heap Limit?

    by Padawan
    Replies
    8
    Views
    1,758

    Ahhhhhh. Thanks. I think I know what it is. I...

    Ahhhhhh. Thanks. I think I know what it is. I have a huge if else statement series in my program. I'll just create a seperate function for it and place it in a seperate file. Thanks again.
  17. Thread: Heap Limit?

    by Padawan
    Replies
    8
    Views
    1,758

    Heap Limit?

    I'm writing a fairly large game program and I just finished a section and was planning on updating the current release. But when I compiled it in MSVC++ 6 I got this error:



    I have barely any...
  18. Replies
    2
    Views
    1,880

    Ok fixed it. Thanks. I'm a class newbie :)

    Ok fixed it. Thanks. I'm a class newbie :)
  19. Replies
    8
    Views
    9,427

    Well I can't help you with the web page stuff but...

    Well I can't help you with the web page stuff but what I can say is you'd probably have it open the webpage first, then shut itself down. But since computers are so fast, it would seemingly shut...
  20. Replies
    2
    Views
    1,880

    Running Normal Functions inside of a class

    I've been working on a big project and I'm trying to call a function from inside a method definition in a class. The function is outside of the class file entirely but in another source file. The...
  21. Replies
    1
    Views
    2,021

    Beta Arena Extreme RPG

    I downloaded the source code to a RPG game called Arena Evolution but it was incomplete and only had a few enemies. I read the license agreements which stated the source code could be used in my...
  22. Thread: first project

    by Padawan
    Replies
    4
    Views
    961

    It's as hard as you want it to be. It probably...

    It's as hard as you want it to be. It probably wouldn't be very hard but it would be time consuming if you think you're going to enter all the defintions into your program.
  23. Replies
    13
    Views
    2,083

    I'm not sure why this is but just to let you...

    I'm not sure why this is but just to let you know, on my GCC compiler, it took up 411kb and with MSVC++ it took up 524kb.
  24. Replies
    4
    Views
    1,203

    I don't know if this will solve it but I'm seeing...

    I don't know if this will solve it but I'm seeing two errors:

    1. The compiler says rating is undeclared here:


    for (int rating=1;rating<11;rating++)
    cout<<setw(6)<<rating...
  25. Replies
    2
    Views
    2,345

    Thanks Hammer. Sorry about that, I tried to read...

    Thanks Hammer. Sorry about that, I tried to read through the help thing in Vim but I was so new to it I got all disoriented.
Results 1 to 25 of 98
Page 1 of 4 1 2 3 4