Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!sdcsvax!sdcrdcf!trwrb!scgvaxd!wlbr!voder!nsc!hplabs!sri-unix!gillies.PA@XEROX.ARPA From: gillies.PA@XEROX.ARPA Newsgroups: net.unix-wizards Subject: Re: Help wanted -- College course in C Message-ID: <13106@sri-arpa.UUCP> Date: Mon, 15-Oct-84 22:46:32 EST Article-I.D.: sri-arpa.13106 Posted: Mon Oct 15 22:46:32 1984 Date-Received: Sun, 28-Oct-84 07:35:42 EST Lines: 21 Advanceced topics ----------------- 1. You might cover many unix conventions related to C, esp: naming conventions for subdirectories in a software system, and naming conventions for the whole unix system in general. Maybe have a group project at the end where 3 or 4 people get together and build something neat on UNIX. 2. You might want to cover the most effective ways of partitioning include's and source files, a necessary skill when building large software systems. Believe it or not, this is very hard, and is considered a black art by most skilled C programmers. Don Gillies The best all around text I know of is "The C programming Language" (which is most useful if you are on UNIX). --->It is the best tutorial/language manual I have encountered in my lifetime.