|
Ragnarok
:: Programming
:: Applets
:: Downloads
:: Links
:: Extras
:: Main
|
Ragnarok Heaven - Programming - C++ codes
programming | c++ codes | pascal codes
- module/program/sample sources
-
vesatest program gives an example code to initialize 640x480 32bit mode and plotting a 32bit pixel. included codes and working compiled version.
-
graphic program using buffering technique. includes compile-able code and working program.
- standard graphics v0.1 module features graphics programming using 13h mode (320x200 8bit) plus documentation and working sample program.
- mouse test demonstrates usage of mouse handler. included working source and program.
- keyboard test shows how to init keyboard event handler including its working source and program.
- my current important files
- Mouse handler for DOS. basic functions needed to communicate with the mouse.
- VESA for DOS. used to initialize high resolution mode.
- Graphics functions (16bit mode) such as line, rectangle, bar, etc. i use this together with VESA.
- File input/output functions. wrote this because i hate using borland file i/o routines.
- Keyboard event handler. in case you don't know, it replaces the standard keyboard interrupt with a new one so i can take control of the keyboard without hassle.
- XMS handler is essential if your program needs more room for data or if you are using VESA/graphics
|