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 Programming 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:
  • 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.

  • Gawk: Effective AWK Programming (Arnold D. Robbins)

    Written by the author of GNU AWK (Gawk), this book introduces the AWK programming language, going into depth to explain the many features of the language and its syntax, and detailing the various GNU extensions.

  • GNU Bash Reference Manual (Chet Ramey and Brian Fox)

    This book is the definitive reference for GNU Bash, the standard GNU command-line interpreter. Bash contains features that appear in other popular shells, and some features that only appear in Bash.

  • Gnu COBOL Programmer's Guide (Gary L. Cutler)

    This document describes the syntax, semantics and usage of the COBOL programming language as implemented by the current version of GNU COBOL, formerly known as Open-COBOL.

  • 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.

  • GNU Emacs Lisp Reference Manual (Bil Lewis, et al)

    This manual attempts to be a full description of Emacs Lisp. Emacs Lisp is more than a mere 'extension language'; it is a full computer programming language in its own right. You can write new code in Emacs Lisp and install it as an extension to the editor.

  • 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