C# 3.0 in a Nutshell A Desktop Quick Reference
This is a concise yet thorough reference to C# 3.0 programming as implemented in Microsoft's Visual Studio 2008. C# 3.0 in a Nutshell gets right to the point, covering the essentials of language syntax and usage as well as the parts of the .NET base class...
C /C++ programmer's reference
Like having a brain in your back pocket. Provides clear explanations of all C and C++ programming syntax, keywords, commands, functions, and class libraries. Since no programmer can remember the precise syntax of every C/C++ element, this quick-access gui...
Google pocket guide
Beneath its deceptively simple search form, Google is a remarkably powerful and flexible search engine that indexes billions of web pages, handling more than 150 million searches a day. You know that what you're looking for must be in there somewhere, but...
Modern compiler design
Most compiler design books focus only on techniques for imperative or procedural languages. This book also covers compilation techniques for object-oriented, functional, logic, and distributed languages. The authors, all of whom have first-hand experience...
Theories of programming languages
This textbook is a broad but rigorous survey of the theoretical basis for the design, definition and implementation of programming languages, and of systems for specifying and proving program behaviour. Both imperative and functional programming are cover...