.. [ Available Pages ]
 

 What's New ? here

 My Web Programs here

 My Dos Programs here

 My Win Programs here

 My Component here

 My Pascal Tutorial here

 My Resume here

 My System here

.     . 
        Email me ...

     Copyright 2000 by hUilaM
. . All RightReserved 
 

.      . 

.
Tuitorial with Source Code


          All tuitorials below is coded in such a simple way for easy understanding. All tuitorials are divided into 3 main cataglories as below :
 

         1)  Standard - Sample code for standard Pascal commands.
         2)  Logic - Some additional function coded using logic based on standard
                           commands.
         3)  Misc - Some additional information for programming.
         4)  Sample Programs - Some sample program with Turbo Pascal7 Source 
                                               code.

Please report any bugs of the tuitorial prorgams to author throughhuilam@pl.jaring.my .


*  IMPORTANT *

          By the way, there are few assumptions that I made before coding below tuitorials.

          1)  You know what is mean by VARIABLE, TYPE, and know to declare it.
          2)  You understand and know how to use common standard Pascal commands.
          3)  You know what is mean by PROCEDURE and FUNCTION.
 
 
Standard

     Graphics Mode
     Desc : Sample code for graphcis mode common commands.
     Size : 887 bytes
 
Logic

     Lightbar & Clock
     Desc : A  text mode sample source code of lightbar menu with a clock
     Size   : 1k
 
MISC

     Mouse Control
     Desc : A sample code for mouse handling
     Size : 1k
 

     I/O Error Trapping
     Desc : A sample code for the I/O errors trapping, so the program won't be HALT.
                Example :  Input error : user key in character for READ( Integer );
                       Output error : fail to WRITE( F , Data ); 
     Size : 590 bytes
 
 
Sample Programs

     Chrismas Screen Saver
     Desc : A very simple chrismas screen saver program coded with the aid of Icon Maker 1.2
     Size : 1.31k

     Y2k Test
     Desc : A simple Y2k testing program for hardware.
     Size : 1.22k

     Dancing Gals
     Desc : Animation demo with Pascal. Pictures created with Icon Maker 1.22.
     Size : 1.59k

     Jackpot
     Desc : This is my first game coded in Turbo Pascal when I am in Diploma (1997) .
     Size : 3.43k