Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QWIKC20 & Multi-Level Virtual Windows - <b>---------------------------------------------------------------------------</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ---------------------------------------------------------------------------
 qwrite                                                                QWIKC
 ---------------------------------------------------------------------------
 Function       Writes a string to the current screen with an optional
                attribute change.
 Syntax         void qwrite( unsigned char row, unsigned char col,
                             int attr, char far *astr );
 Remarks        This routine writes the string astr at (row,col) with the
                attribute attr.  If SAMEATTR is used for attr, then the
                attribute will remain the same on the screen.
 Return value   None.
 Screens        All video pages and virtual screens.
 EOS            Updated.
 Restrictions   Stay within the screen limits.
 Example        Write the string "Important" at (2,1) with the attribute of
                flashing white on red:

                  qwrite( 2, 1, BLINK+WHITE+RED_BG, "Important" );


See Also: qwritec() qwrite_sub() qwriteeos() qwriteeos_sub()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson