This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++ question


"Matt Juszczak" <matt@atopia.net> writes:

> Is there a good book that not only brushes up C/C++ skills but also focuses
> on Makefiles, etc. (GNU-make, GNU-gcc, autoconf, etc.)
[snip]

$info make
$info gcc
$info autoconf

:-)

I don't know of a good book on any of make, gcc, or autoconf, except
    their respective info documentation. I wish I did. The gnu make
    info pages have an excellent tutorial, the autoconf pages a
    mediocre tutorial. The gcc info pages are a wonderful reference,
    but, I fear, quite confusing to those not already familiar with
    its convention.

www.accu.org has excellent book reviews of many, many books, on many
    subjects (but mostly on C, C++, and Java.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]