Mail Archives: djgpp/1998/08/04/13:57:50
Saimon wrote:
>
> I dont know anything about Djgpp programming? I did programming whit pascal.
>
> If somebody want send me semo very simple exambles...sources?
I suggest that you get a book. I had success with "The C Programming
Language" by Kerninghan and Ritchie. Here's a freebie example:
#include <stdio.h>
int main(void)
{
printf("Hello, world!\n");
return 0;
}
Btw, DJGPP also has a Pascal compiler, though it lacks most of the Turbo
Pascal library.
--
Nate Eldredge
nate AT cartsys DOT com
- Raw text -