[CLUE-Tech] C language in Linux
    Marcin 
    marbej at wp.pl
       
    Wed Dec 11 09:54:31 MST 2002
    
    
  
Hi,
Today I want ask you about C programming in Linux. In MS-DOS I can run
this programme :
#include <stdio.h>
#include <conio.h>
#include <graphics.h>
int main()
{
  clrscr();
  int gdriver, gmode;
  gdriver = DETECT;
  initgraph(&gdriver, &gmode, "path to BGI");
  circle(100, 100, 50);
  closegraph();
  return 0;
}
How I should write this code in Linux?
Do anyone know?
--
Greetings from Poland,
Marcin Betlej
e-mail: marbej at wp.pl
    
    
More information about the clue-tech
mailing list