--- Nicolas Blais <[EMAIL PROTECTED]> wrote:
> On January 2, 2006 04:52 pm, Sean wrote: > > Sean wrote: > > > Looking for recommendations on any Unix > programming books. > > > I have been out of things for a while so I > would put my skill level back > > > to the beginning. > > > > > > Thanks > > > Sean > > > > _______________________________________________ > > > [email protected] mailing list > > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to > > > "[EMAIL PROTECTED]" > > > > I forgot to mention that I wish to work with > C/C++ > > > > Thanks again, > > Sean > > There's a free C++ book which is great : > http://mindview.net/Books/TICPP/ThinkingInCPP2e.html > > You can also buy the hardcopy on Amazon. > > Nicolas > I'd recommend learning C before C++. In order to be an effective unix programmer you must master the C language, as you'll have to examine and modify code in C to do anything substantial. Virtually all major programs and kernels are 'C' based. DT __________________________________________ Yahoo! DSL Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
