TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: Learning C Programming Lang From:"Sandy Harris" <sharris -at- dkl -dot- com> To:TECHWR-L <techwr-l -at- lists -dot- raycomm -dot- com> Date:Tue, 23 May 2000 09:21:41 -0400
C wrote:
>
> Fellow Tech Writers:
> I'm a student in technical communication seeking advice on a good book that
> may help me learn C language on my own.
Whatever else you may use, get Kernighan and Ritchie "The C Programming
Language", second edition. Usually just called "K&R", sometimes "The New
Testament" with 1st edition as Old.
> I'm especially interested in those
> that come with compilers, as I do not have access to one. For the purpose of
> doing exercises in the text, do these compilers really work?
Install Linux or one of the *BSD Unix derivatives (FreeBSD, NetBSD, OpenBSD,
each with a www.<whatever>bsd.org web site). They all come with C and C++, make,
debuggers, and lots of example code.
Or, if your stuck with Windoze, go to inprise.com, formerly Borland. They have
recently made their C++ compiler available for free download.