Hi folks well i was curious ..i wanted to use a good graphic tool...i want to creat a interface like rhide IDE or borlands C IDE...

I read about allegro ..its good thou i dont know where to start from ....

This code below is for people who wanna learn how to print color text
Code:
#include <stdio.h>
#include <conio.h>

int main()
{
   textcolor (LIGHTBLUE);
    printf ("Datainjector in Blue");

     return 0;
}
for background color use textbackground(RED);[IMG]A new key is good, but a used one is better - unknow[/IMG]