Beginning C: From Novice to Professional, Fourth Edition ISBN:1590597354 Published: 23 October, 2006 Author: Ivor Horton
With Beginning C: From Novice to Professional, Fourth Edition, you'll come to understand the fundamentals of the C language and learn how to program. All you need is this book and any one of the widely available free or commercial C or C++ compilers--and you'll soon be writing real C programs. You'll learn C from the first principles, using step-by-step working examples that you'll create and execute yourself.
C++ Cookbook ISBN:0596007612 Published: 08 November, 2005 Author: D. Ryan Stephens
Less a tutorial than a problem-solver, this practical guide shows you how to solve many of the real-world problems that C++ developers encounter, including how to parse a date and time string and how to create a singleton class. It's a trusted source of information for engineers, programmers, and researchers alike. Presented in O'Reilly's classic question-solution-discussion format.
C++ Standard Library Practical Tips ISBN:1584504005 Published: 03 October, 2005 Author: Greg Reese
++ Standard Library Practical Tips teaches beginning and experienced programmers how to use the Standard Library and its major component the Standard Template Library (STL) effectively in routine programming chores. The book provides 100 quick, easy-to-use tips and solutions to common programming problems such as using the right container, getting a C-style array from a vector, initializing a map with specifi ed values, and computing the mean, median, and mode. The solutions are grouped by topics including, lists, deques, vectors, text processing, numerical algorithms, numerical processing, and containers so programmers can quickly look up a solution when they encounter a problem.
Cryptography in C and C++, Second Edition ISBN:1590595025 Published: 25 May, 2005 Author: Michael Welschenbach
This book covers everything you need to know to write professional-level cryptographic code. This expanded, improved second edition includes about 100 pages of new material as well as numerous improvements to the original text.
Pro Visual C++/CLI and the .NET 2.0 Platform ISBN:1590596404 Published: 26 December, 2005 Author: Stephen R. G. Fraser
This book explains how to write .NET 2.0 applications and services. It provides you with a clean slate, erasing the need for developing the COM, DCOM, COM+, or ActiveX components that used to be a necessity. Instead, youll learn how to write .NET applications using C++/CLI.
Numerical Recipes in C Example Book : The Art of Scientific Computing (The Art of Scientific Comput ISBN:0521437202 Published: 27 November, 1992 Author: William H. Press
These example books published as part of the Numerical Recipes, Second Edition series are source programs that demonstrate all of the Numerical Recipes subroutines. Each example program contains comments and is prefaced by a short description of how it functions. The books consist of all the material from the original edition as well as new material from the Second Edition. They will be valuable for readers who wish to incorporate procedures and subroutines into their own source programs. They are available in both Fortran and C.
Numerical Recipes in C : The Art of Scientific Computing ISBN:0521431085 Published: 30 October, 1992 Author: William H. Press
The product of a unique collaboration among four leading scientists in academic research and industry, Numerical Recipes is a complete text and reference book on scientific computing. In a self-contained manner it proceeds from mathematical and theoretical considerations to actual practical computer routines. With over 100 new routines bringing the total to well over 300, plus upgraded versions of the original routines, the new edition remains the most practical, comprehensive handbook of scientific computing available today.
Numerical Recipes in C++: The Art of Scientific Computing ISBN:0521750334 Published: February, 2002 Author: William H. Press
Including and updating the full contents of Numerical Recipes in C, this version incorporates completely new C++ versions of the more than 300 Numerical Recipes routines.
C++ Coding Standards : 101 Rules, Guidelines, and Best Practices ISBN:0321113586 Published: 29 October, 2004 Author: Herb Sutter
Consistent, high-quality coding standards improve software quality, reduce time-to-market, promote teamwork, eliminate time wasted on inconsequential matters, and simplify maintenance. Now, two of the world's most respected C++ experts distill the rich collective experience of the global C++ community into a set of coding standards that every developer and development team can understand and use as a basis for their own standards