From: quoss AT csi DOT com (Clemens Quoss) Newsgroups: comp.os.msdos.djgpp Subject: Re: Hello Date: Thu, 08 Jul 1999 03:42:05 GMT Organization: T-Online Lines: 29 Message-ID: <1104_931405325@pD4B897A4.dip.t-dialin.net> References: <3783662F DOT 604FD8A8 AT mail DOT smartchat DOT net DOT au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news02.btx.dtag.de 931373132 1520 320085266715-0001 990707 18:45:32 X-Complaints-To: abuse AT t-online DOT de X-Sender: 320085266715-0001 AT t-online DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Thu, 08 Jul 1999 00:37:35 +1000, in comp.os.msdos.djgpp you wrote: > Well, I'm new to this type of programming, so could anyone out there > direct me to a good tutorial, or something that could help me get > started? I've downloaded and installed everything, but its all a bit > daunting, and I've got no idea where to start. > > Michael Shay > mj DOT shay AT student DOT qut DOT edu DOT au > > > Hello Michael, the FAQ and all the documentation (the texinfo files etc.) coming with DJGPP are good to learn how to write C programs with DJGPP. To learn how to write C programs in the first place I recommend working through Kernighan/Ritchie: 'The C Programming Language'. Thats how I learned it, and it worked. I'm by no means an experienced C programmer but I know how to get along, how to get the jobs done in C. Have fun at exploring C! It's all at your hands! Bye Clemens