Customer Reviews


25 Reviews
5 star:
 (17)
4 star:
 (8)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews
‹ Previous | 1 2 3 | Next ›
Most Helpful First | Newest First

32 of 33 people found the following review helpful:
5.0 out of 5 stars First-rate introduction to gcc/g++ for the new user, September 4, 2005
By 
C. J. Carter (Sierra Madre, California, United States) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: An Introduction to GCC: For the GNU Compilers GCC and G++ (Paperback)
I recently started learning C++ with the freely-available GNU tools (gcc/g++/make, etc). This book was instrumental in my early success - it clearly and concisely explains the GNU C/C++ compilers, and how to use them. It is very well written and is packed with useful (essential) information. One very illustrative and important example explains the process of splitting up the classic introductory program 'Hello World!' into multiple source files, using a header file to do so. While adepts may sniff at this level of detail, when you start out you don't know how (or why) to take this step - and explanations are hard to come by. I was delighted to see this covered in this book.

This book started me out on my C++ adventure - thanks to it I am now at least competent with g++ and am still learning. My thanks to Gough and Stallman for such a helpful book - very highly recommended.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


21 of 21 people found the following review helpful:
4.0 out of 5 stars gcc the easy way, April 29, 2005
By 
Jeff Pike (Mechanicsville, VA United States) - See all my reviews
This review is from: An Introduction to GCC: For the GNU Compilers GCC and G++ (Paperback)
The clear and concise writing style makes GCC easy to understand for anyone. Those new to compilation with GCC and friends should start here. I wish I had an introduction like this when I was getting started. It could have save me a lot of research and confusion.

Most readers will move through the 87 pages comfortably. Gough explains the basics skipped by others. Goug's writing in concise and crystal clear. Each chapter has a couple of simple examples that really get the concepts across. Even someone who types slowly could get through this text and all the examples with ease. Those who choose this book will be rewarded with a clear understanding of GCC basics. Other commands covered include g++, ar, as, nm, file, ldd, ld, gcov, gprof, and cpp. Topics include compiling C compilation options, preprocessor, debugging, optimizing, C++, platform specific options, related tools, and troubleshooting.

I say four stars, because I'm going to need more detail on some things. However, this book is probably sufficient for many. The writing is great and the price is right. I'd buy it again.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


19 of 21 people found the following review helpful:
4.0 out of 5 stars suitable for a new user, July 28, 2004
This review is from: An Introduction to GCC: For the GNU Compilers GCC and G++ (Paperback)
You might choose to regard this book by Gough as a natural complement to Stallman's 'Using GCC: The GNU Compiler Collection Reference Manual for GCC 3.3.1'. As you may know, Stallman wrote the original gcc. Gough pitches his book at a new user of gcc, or, for that matter, for a programmer new to C itself. Whereas the aforementioned book by Stallman is for experienced users.

Gough writes concisely. You should be able to quickly absorb the entire contents of the book. During which, learning about how to use gcc with various libraries and header files might also prove instructive in laying out a program, to be scattered across various *.c and *.h files. For those of you who strongly support the concept of open source code, there is the extra incentive that royalties from this book will go to those ends.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
5.0 out of 5 stars Crisp, Clean and very very well written!, July 1, 2006
By 
This review is from: An Introduction to GCC: For the GNU Compilers GCC and G++ (Paperback)
This is an excellent book if you are new with command line compiling with C/C++. It shows you step by step commands and switches to learn. More importantly, it gives you a no non-sense explanation of what is happening during the process. After reading this book, you will have a clear understanding of compiling, linking, objects, libraries, make utility and where everything fits in. I wish I would have picked up this book when I was studying C Programming. Its targeted for beginner's new to command line compiliing using GNU tools. New C-Programmers using IDE GUI tools may expand their horizon with the command line details.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
5.0 out of 5 stars Intro to GCC a winner with me, March 22, 2006
By 
J. B. Paterson (Auckland, New Zealand) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: An Introduction to GCC: For the GNU Compilers GCC and G++ (Paperback)
This book enabled me to start writing and compiling my own programs right away. Previously I had learnt C and C++ but was using RAD and not compiling from the command line. I found the gcc manual command line options just too overwhelming to sort out. With the book I found it was much simpler than I thought. There are lots of very simple examples of things which you can use as starting points for your own programs. Things which might cause you problems are also explained. The book covers the basics but has a list of other books for more in depth explanations of the debugger and the like.
I heartly recommend this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
5.0 out of 5 stars A 'no-nonsense', highly informative how-to for using GCC compiler, November 13, 2008
Amazon Verified Purchase(What's this?)
This review is from: An Introduction to GCC: For the GNU Compilers GCC and G++ (Paperback)
When I had to develop C/C++ code in a production environment in the GCC platform, I was highly confused about the usage of the compiler. I tried searching the web for resources only to go into a hollow dark spiral without getting any closer to clarity. I had resorted to hacking my way through for a while. Then I found this book on the net. This is the most clear explanation of using the GCC to compile C/C++ programs. It clearly explains you what is going on without getting into the real depths. At the same time it is not some superficial exposition. It tells you how and why. Also there are some good suggestions for debugging. Although this copy is on the Internet, I planned to buy and it keep it as a reference. This is a small book which has been very clearly written specifically to address the usage of GCC. It is an elaborate and lucid man page. I would highly recommend this book without any reservations.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Very good, November 22, 2011
This review is from: An Introduction to GCC: For the GNU Compilers GCC and G++ (Paperback)
Many positives here -- the book is:
1. Small and concentrated. Doesn't take much time to read, doesn't waste your time with a mind-destroying excess verbiage intended to make the book look thicker and thus more valuable (as so many books do).
2. Very true to the title: it is indeed an introduction.
3. Well written (this overlaps with (1) somewhat but is important in its own right, I feel; at least to someone like me -- I really know all of this, but since I work mostly with Windows, there usually are long stretches of time between my *NIX forays, and I forget a lot of dry detail. This book is perfect for me as a streamlined, fluid refresher.
4. An HTML version is available online for free (as all books by this publisher are). You can check it out first and see how you like it (you well, I think, but see for yourself).
5. Inexpensive.
6. Beats the older FSF book by Stallman. Let's be honest, Stallman's a great guy, but he's a dork and can't communicate. FSF books read like a man page: you can see there's a lot of info there, but making sense of them requires fatidic gifts in the reader to compensate for gaps, disjointedness, and bad English.

Bottomline: A totally deserving book. Do I recommend you buy a copy? Yes: first, you will support open source this way; and second, reading from a paper page is far more agreeable than staring at a screen, at least to my taste. Plus you can scribble, highlihgt, and what not. Thumbs up!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Useful. Concise. Illuminating., July 18, 2011
This review is from: An Introduction to GCC: For the GNU Compilers GCC and G++ (Paperback)
it all makes more sense..
Less monkey see, monkey do..
a whole lot more clue.

Cheap at the price. Beats trawling through online docs.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Understand C but not all the build tools?, June 26, 2011
This review is from: An Introduction to GCC: For the GNU Compilers GCC and G++ (Paperback)
I was so frustrated by all this build tool stuff until I read this book. This is just the tip of the iceberg, but it really helped me understand the basics so I could teach myself the rest. Also not bloated with too many examples or overly descriptive prose. Short and to the point. Examples help you understand key concepts -- no "build your own music library" example you have to follow along the whole book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Excellent and short enough to digest in a day, April 12, 2011
This review is from: An Introduction to GCC: For the GNU Compilers GCC and G++ (Paperback)
Perfect amount of text for me to refresh after a long gcc hiatus. I recommend this for people new to the gcc compiler.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 3 | Next ›
Most Helpful First | Newest First

This product

An Introduction to GCC: For the GNU Compilers GCC and G++
An Introduction to GCC: For the GNU Compilers GCC and G++ by Brian Gough (Paperback - March 30, 2004)
$19.95 $13.63
Usually ships in 1 to 3 weeks
Add to cart Add to wishlist