Processing ......
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
 
An Introduction to GCC: for the GNU Compilers gcc and g++
Top Free Unix/Linux Books 🌠 - 100% Free or Open Source!
  • Title: An Introduction to GCC: for the GNU Compilers gcc and g++
  • Author(s) Brian Gough
  • Publisher: Network Theory Ltd. (March 30, 2004); eBook (GNU Edition)
  • License(s): GNU Free Documentation License
  • Paperback: 144 pages
  • eBook: HTML, PDF, ePub, Kindle, etc.
  • Language: English
  • ISBN-10: 0954161793
  • ISBN-13: 978-0954161798
  • Share This:  

Book Description

GCC is the defacto compiler collection for hundreds of thousands of open source projects worldwide, a wide variety of commercial development projects, and is the standard compiler for academic programs.

This book provides a complete tutorial introduction to the GNU C and C++ compilers, gcc and g++.

Many books teach the C and C++ languages, this book teaches you how to use the compiler itself. All the common problems and error messages encountered by new users of GCC are carefully explained, with numerous easy-to-follow "Hello World" examples.

Topics covered include: compiling C and C++ programs using header files and libraries, warning options, use of the preprocessor, static and dynamic linking, debugging, optimization, platform-specific options, profiling and coverage testing, paths and environment variables, and the C++ standard library and templates.

Features a special foreword by Richard M. Stallman, principal developer of GCC and founder of the GNU Project.

About the Authors
  • N/A
Reviews, Ratings, and Recommendations: Related Book Categories: Read and Download Links: Similar Books:
  • Using GCC: The GNU Compiler Collection Reference Manual

    The GNU Compiler Collection is a full-featured ANSI C compiler with support for C, C++, Objective C, Java and Fortran as well as libraries for all these languages, such as libstdc++ and libgcj.

  • The GNU C Programming Tutorial (Mark Burgess)

    This book is a tutorial for the computer programming language C, using GNU C Library. You should have access to a computer running a GNU system such as GNU/Linux. It introduces basic ideas in a logical order and progresses steadily.

  • GNU C Library Application Fundamentals (Sandra Loosemore)

    A comprehensive guide to implementing the standard C libraries which are both POSIX & OPEN/X compliant. Contains the most commonly used functions: opening, reading, and closing files; screen I/O; performing math; character and string manipulation; etc.

  • O'Reilly® Managing Projects with GNU Make (Robert Mecklenburg)

    It provides guidelines on meeting the needs of large, modern projects. It also covers advanced topics such as portability, parallelism, and use with Java. Build different versions of programs for different platforms, and customize your builds in other ways.

  • GNU Make: A Program for Directed Compilation

    This book will show you how to write your own makefiles. It provides a complete explanation of Make, both the basics and extended features. There is also a convenient Quick Reference appendix for experts.

  • Modern C (Jens Gustedt)

    Take your C programming skills to new heights, whether you're just starting out with C or have more extensive experience. Organized by level, this comprehensive guide lets you jump in where it suits you best while still reaping the maximum benefits.

  • O'Reilly® Learning Debian GNU/Linux (Bill McCarty)

    This book takes the reader step by step through the process of installing and setting up a Debian system, and provides a thorough but gentle introduction to the basics of using Debian GNU/Linux.

  • The Daemon, the Gnu, and the Penguin (Peter H. Salus)

    In addition to covering a history of free and open source, This book explores how free and open software is changing the world. The author interviewed well over a hundred key figures to document the history and background of free and open source software.

  • The Rook's Guide to C++ (Jeremy A. Hansen)

    This textbook written by Norwich University students and faculty aims to provide an introduction to the C++ programming language. This step-by-step book is ideal for first-time programmers or those new to C++.

  • Fundamentals of Programming C++ (Richard L. Halterman)

    This book teaches the basics of C++ programming in an easy-to-follow style, without assuming previous experience in any other language. It explains fundamental concepts and techniques in greater depth than traditional introductions.

Book Categories
:
Other Categories
Resources and Links