C And C++ C Language Resources Page 2 of 2

Below you will find 0 categories and 29 links related to C And C++ C Language Resources.

Links:

C and C++ : Books

The C Answer Book

Visit The C Answer Book

This is an answer book that provides solutions to all the exercises in The C Programming Language, Second Edition, by Brian W. Kernigham and Dennis M. Ritchie. Careful study of the C Answer Book, Second Edition, used in conjuction with K&R, will help you understand C and teach you good C programming skills. You cannot learn a programming language by only reading the language constructs. It also requires programming -- writing your own code and studying those of others. We use good features of the language, modularize our code, make extensive use of library routines, and format our program to help the reader see the logical flow. Skills you can obtain include structure assignment, enumeration, void type, stronger type checking, pointers, operators, expressions, control flow, program structure, input and output, the unix system interface, and much more. The book includes a tutorial introduction to the C programming language as well.

  • Cost: $40.00
  • Pages: 208
  • Edition: Reprint edition
  • ISBN: 0131096532

The C++ Programming Language

Visit The C++ Programming Language

In this brand-new third edition of The C++ Programming Language, author Bjarne Stroustrup, the creator of C++, presents the full specification for the C++ language and standard library, a spec that will soon become the joint ISO/ANSI C++ standard. Past readers will find that the new edition has changed a great deal and grown considerably to encompass new language features, particularly run-time type identification, namespaces, and the standard library. Probably the biggest change is a substantial new section, well over 200 pages in length, covering the contents and design of the C++ standard library, the most important new feature of the C++ specification. Topics include abstract classes as interfaces; class hierarchies for object-oriented programming; exceptions for regular error handling; standard containters and algorithms; standard strings, I/O strings, and numerics; namespaces for modularity in large-scale software; and many other aspects.

  • Cost: $54.99
  • Pages: 911
  • Edition: 3rd edition
  • ISBN: 0201889544

Writing Compilers and Interpreters

Visit Writing Compilers and Interpreters

Quickly master all the skills you need to build your own compilers and interpreters in C++. Whether you are a professional programmer who needs to write a compiler at work or a personal programmer who wants to write an interpreter for a language of your own invention, this book quickly gets you up and running with all the knowledge and skills you need to do it right. It cuts right to the chase with a series of skill-building exercises ranging in complexity from the basics of reading a program to advanced object-oriented techniques for building a compiler in C++. You begin by learning how to read a program and produce a listing, deconstruct a program into tokens (scanning), and how to analyze it based on its syntax (parsing). From there, Ron Mak shows you step by step how to build an actual working interpreter and an interactive debugger. Finally you're ready to apply them to building a compiler that runs on virtually any desktop computer.

  • Cost: $49.00
  • Pages: 838
  • Edition: 2nd edition
  • ISBN: 0471113530
C and C++ : Scripts and Programs : Miscellaneous

Calculus Derivative Tangent

Visit Calculus Derivative Tangent

Application of the derivative: The tangent. You can see the result in Gnuplot. Draw the tangent. Animate the tangent. Find the intersection points of the tangent with the x-y axis. Find the length of the tangent from P to the x axis. Find the length of the tangent from P to the y axis. Find the length of the under tangent.

  • Cost: Freeware
  • Version: 01
  • Platforms: dos windows linux