Sender: nate AT cartsys DOT com Message-ID: <35C738D2.75A57BA3@cartsys.com> Date: Tue, 04 Aug 1998 09:37:38 -0700 From: Nate Eldredge MIME-Version: 1.0 To: Saimon CC: djgpp AT delorie DOT com Subject: Re: HELP!!!! References: <901344523 DOT 17805 DOT 0 DOT nnrp-03 DOT 9e989aee AT news DOT demon DOT co DOT uk> <01bdb933$9f1276e0$92c809c0 AT chessa> <6q1lpt$p29$1 AT tron DOT sci DOT fi> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk 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 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