The GCC Book (2004. 500 p.)

The GCC Book (2004. 500 p.)

  • ただいまウェブストアではご注文を受け付けておりません。 ⇒古書を探す
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 500 p.
  • 商品コード 9781590591093

Full Description

The GCC Book is a comprehensive tutorial and guide to using the newest version of GCC, the "GNU Compiler Collection". GCC is quite simply the most used and most powerful tool for programmers on the planet. It goes beyond just command line invocations and teaches you how to use GCC to improve the quality of your code (with debugging, code profiling, and test code coverage) and how to integrate other GNU development tools, such as libtool, automake, and autoconf, into your GCC-based development projects.

Contents

Introducing GCC and The GCC Book; 1. Building GCC; 2. Installing GCC on DOS and Windows Platforms; 3. Basic GCC Usage; 4. Advanced GCC Usage; 5. Optimizing Code with GCC; 6. Performing Code Analysis with GCC; 7. Using Autoconf and Automake; 8. Using Libtool; 9. Troubleshooting GCC; 10. Using GCCs Online Help; 11. Summary of All GCC Options; 12. Additional GCC Resources; 13. Appendices