|
The C++ Programming Language 3rd Edition
hot!
|
|
Hits: 56 |
|
Date added: 01/25/2007 |
|
The C++ Programming Language 3rd Edition (Stroustrap) |
|
|
|
|
The C Programming Language 2nd Edition - ANSI C
|
|
Hits: 31 |
|
Date added: 09/15/2006 |
|
The computing world has undergone a revolutionsince the publicationofThe C Programming Language in 1978. Big computers are much bigger, and personal computers have capabilities that rival mainframes of a decade ago. During this time, C has changed too, although only modestly, and it has spread far beyond its origins as the language of the UNIX operating system. The growing popularity of C, the changes in the language over the years, and the creation of compilers by groups not involved in its design, combined to demonstrate a need for a more precise and more contemporary definition of the language than the first edition of this book provided. In 1983, the American National Standards Institute (ANSI) established a committee whose goal was to produce “an unambiguous and machine-independent definition of the language C'’, while still retaining its spirit. The result is the ANSI standard for C. The standard formalizes constructions that were hinted but not described in the first edition, particularly structure assignment and enumerations. It provides a new form of function declaration that permits cross-checking of definition with use. It specifies a standard library, with an extensive set of functions for performing input and output, memory management, string manipulation, and similar tasks. It makes precise the behavior of features that were not spelled out in the originaldefinition, and at the same time states explicitly which aspects of the language remain machine-dependent.
|
|
|
|
|
The Assembly Programming Master Book
|
|
Hits: 47 |
|
Date added: 01/03/2007 |
|
Aiming to prove that writing programs for Windows in the Assembly language is no more difficult than writing the same programs using C/C++, this guide shows how Assembly code is actually more compact and executes faster. The algorithmic knowledge and skills lost in high-level programming provides the justification demonstrated in this guide for using Assembly code. Working applications with detailed comments and descriptions of their operating principles, along with material that can be considered hackish, are included. The tools and techniques of code analysis and modification are covered, making this a useful tool for programmers eager to become better acquainted with hacker methods. Not a guide on Assembly language, this represents a symbiosis between the Assembly language and the Windows operating system. |
|
|
|
|
The Art of Assembley
hot!
|
|
Hits: 67 |
|
Date added: 01/25/2005 |
|
The god Father of Asm Guides. A little outdated by useful |
|
|
|
|
|