Thread: Reading game port with a simple compiler like BuilderX?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jan 2005
    Posts
    6
    YYEEEEEEEEEEEESSSSSSSSS!! It works. The address was 0x201 but I had to write to the port to get the values. THANK YOU!!
    BTW, is there a statement that says if (X is within Y). Like if X is Y units either way instead of
    Code:
    if ((X <= (X+Y)) && (X >= (X- Y))
    One more question...How can I show a variable (Maybe...Used for percent complete) change without repeatedly outputing it?

    Not:
    51 % Complete
    52 % Complete
    53 % Complete

    But:
    51 % Complete all on teh same line 0 - 100 %

    THANK YOU again!!
    Last edited by MaxxMan-X; 02-27-2005 at 10:42 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple game over network
    By Tommo in forum Networking/Device Communication
    Replies: 2
    Last Post: 10-12-2007, 03:07 PM
  2. 2D Game project requires extra C++ programmers, new or experienced
    By drallstars in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 05-16-2007, 10:46 AM
  3. a simple Dev-C++ game graphics system
    By shintaro in forum Game Programming
    Replies: 1
    Last Post: 08-11-2005, 05:49 PM
  4. A simple game using RNG
    By amirahasanen1 in forum C++ Programming
    Replies: 6
    Last Post: 03-12-2005, 11:05 AM
  5. Problems with a simple console game
    By DZeek in forum C++ Programming
    Replies: 9
    Last Post: 03-06-2005, 02:02 PM