Mail Archives: djgpp/1998/08/04/16:04:30
On Tue, 04 Aug 1998 09:37:38 -0700 Nate Eldredge <nate AT cartsys DOT com>
writes:
>>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:
>
I would suggest a more recent book covering the ANSI C standard. The K&R
standard has been modified substantially. IIRC, their book was published
in
the late 1970's. It's also not that good for learning the basics of C
programing.
The next example program after the "Hello, world!" one is a temperature
conversion
program! Don't get "C Programing for Dummies" either. After over 400
pages,
at the end of the first book (there are two), pointers/indirection still
aren't mentioned.
>#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.
Pascal is an evil language, IMHO of course. Can there be any other reason
for
the assignment operator being "=:" instead of a sane "="? I hate that
colon.
Karl
_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]
- Raw text -