c code to run with parallel port

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jafferali
    New Member
    • May 2008
    • 1

    c code to run with parallel port

    #include<p8255. drv>
    void main()
    {
    int i=1,l,gd=DETECT ,gm;
    char a[100],c;
    initgraph(&gd,& gm,"");

    cleardevice();
    /* WPS GRAPHICS Page1 */
    {
    settextstyle(7, 0,6);
    outtextxy(100,1 65,"WIRELESS") ;
    line(80,230,570 ,230);
    settextstyle(8, 0,5);
    outtextxy(230,2 30,"Paging System");
    delay(4000);
    }
    Last edited by jafferali; May 21 '08, 03:35 AM. Reason: just like it
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    What problem you face or what doubt you have with the code?
    Please be specific with ur question

    Raghuram

    Comment

    Working...