Search:

Type: Posts; User: Jetlaw

Search: Search took 0.00 seconds.

  1. Thread: UberTube

    by Jetlaw
    Replies
    66
    Views
    7,331

    You may want to try some sort of validity...

    You may want to try some sort of validity checking on the highscores before they're posted online, aswell.

    Those versed with memory editing and packet editing could blitz any more public releases...
  2. Replies
    3
    Views
    2,028

    Roguelike Resources

    I've been wanting to begin development on a Roguelike class game, because they're relatively easy to start but very difficult to master.

    It will help my programming if I am able to design a game...
  3. Replies
    4
    Views
    1,339

    Put in BACKGROUND_0 somewhere, I think that's the...

    Put in BACKGROUND_0 somewhere, I think that's the right one.

    Also, if you do the function again and don't specify any BACKGROUND_ parameters, it should skip back to black.
  4. Replies
    5
    Views
    1,515

    A few questions on system()

    I've been reading a lot of posts recently and found out that's it's baaaad to call system() functions such as "cls" and "PAUSE".

    I'm fine to use
    [code]cin.get();
    cout << "Please press enter to...
  5. Replies
    28
    Views
    3,820

    Commenting your code helps. Below is a slight...

    Commenting your code helps. Below is a slight adaptation of your code (To allow my compiler to actually compile it) with commenting and -my own style of layout that I can understand with very...
  6. Replies
    132
    Views
    737,837

    Sticky: Operating system: XP SP2 Compiler: Dev-C++...

    Operating system: XP SP2
    Compiler: Dev-C++ 4.9.9.2
    Graphics Library: N/A (MS-DOS Console Program)
    Other Libraries: Everything available with Dev-C++ 4.9.9.2
    Description: Select a weapon, select...
  7. Replies
    3
    Views
    1,212

    I am unsure how to use this method, but I'll look...

    I am unsure how to use this method, but I'll look it up. Thanks for pointing it out to me.


    I have no experience at all with headers, but I'll experiment and see what I can come up with. It seems...
  8. Replies
    3
    Views
    1,212

    A simple first program/semi game

    Okay, so I was bored and decided to learn C++. This mini-monster of a source code took me about... 20 hours to type up including research and learning as errors occoured.

    It still isn't perfect...
Results 1 to 8 of 8