Languages
- 1242
- Hybrid Resource Control of Active Extensions
- Combines dynamic and static checking; an extension of Click modular router, customized for active networking in Janos active network OS. Coded in Cyclone. Downloads: paper in PDF, Postscript gzip; slides in PDF, PowerPoint.
- 1243
- MediaNet
- Overlay distribution network, for distributed streaming data services, to meet user-specified Quality of Service (QOS) criteria. Servers coded in Cyclone.
- 1244
- Cyclone Blows Computer Bugs Out of Code
- New computer language designed to avoid programming errors may prevent many security breaches, according to US computer scientists behind project, teams at Cornell University, AT&T Labs New York. [New Scientist] (November 16, 2001)
- 1245
- Small C Files
- Small C: a C language subset compiler, available with source code; very easy to port to other CPUs. Descriptions, ports to several processors and OSs, some tools. [Public Domain, Open Source]
- 1246
- The Small C Handbook
- By James E. Hendrix; Reston Publishing Co., 1984, ISBN 0835970124. Purchase source for used copies. [Amazon.com]
- 1248
- Applied C++: Practical Techniques for Building Better Software
- Homepage of book by Philip Romanik, Amy Muntz from Addison Wesley C++ In-Depth Series. Table of contents, errata, FAQ.
- 1249
- C++ Coding Standards
- Delivers a valuable set of tried-and-true rules, guidelines, and best practices condensed into 101 concise one- and two-page items. (Herb Sutter and Andrei Alexandrescu)
- 1250
- C++ Concurrency in Action
- This book shows how to take advantage of the new C++ Standard and Technical Report 2 (TR2) to write robust multi-threaded applications in C++.
- 1251
- C++ Cookbook
- A collection of recipes that contain problem statements and code solutions. A detailed explanation then follows each recipe in order to show why the solution works.
- 1252
- C++ Demystified
- (2nd edition) by J. Sribar and B.Motik. On 824 pages this book covers almost all aspects of C++ language. As the first of the kind in Croatian, it is consistent with ANSI/ISO Standard of C++ programming language. About the book, Table of Contents, Downloads.
- 1253
- C++ Templates - The Complete Guide
- Introduces a comprehensive introduction to templates and their applications, based on a detailed presentation of the language mechanisms and the techniques it supports. Includes the table of contents, code examples, and an errata. (David Vandevoorde and Nicolai M. Josuttis)
- 1254
- Effective C++ CD: 85 Specific Ways to Improve Your Programs and Designs
- Each of this book's 50 guidelines summarizes a way to write better C++, and the accompanying discussions are backed by specific examples. Contains 4 sample items and updates/errata. (Scott Meyers)
- 1255
- Efficient C++: Performance Programming Techniques
- Demonstrates the potential of C++ to produce highly efficient programs. Focuses on practical, everyday object-oriented design principles and C++ coding techniques that can yield large performance improvements. (Dov Bulka and David Mayhew)
- 1256
- Essential C++
- Offers a fast-track to learning and working with C++ on the job. (Stanley B. Lippman)
- 1257
- Exceptional C++ Style
- Focuses on in-depth coverage of generic programming and the C++ standard library, along with exception safety, class design, memory and resource management, optimization and efficiency. (Herb Sutter)
- 1258
- Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions
- Shows by example how to go about sound software engineering in standard C++. (Herb Sutter)
- 1259
- FreeTechBooks: C/C++ Programming Language
- Annotated list of free online programming books. Topics range from beginner to advanced. Descriptions, publishing information, links.
- 1260
- Imperfect C++: Practical Solutions for Real-Life Programming
- Offers practical techniques and tools for writing code that's more robust, flexible, efficient, and maintainable. It shows how to tame C++'s complexity, cut through its vast array of paradigms, and take back control over the code. (Matthew Wilson)