Quote:
Originally posted by cheawick I'm assuming you mean [ code] at the beginning and [/ code] at the end? Yes? |
Yes. Try it. Just edit your post and insert them.
Just a tip: learn to place comments above the line of code. Not to the right of it.
Besides that, you are using a pure (16 bit) dos program, calling in86. These days Win32 api calls are used. I have VC versions so I cannot check out your code, since later VC versions don't generate pure DOS programs.
But if you like to move on with pure dos programs then here is a some reading for you:
256 color programming
Good luck!