C C++

Inside the C++ Object Model
Posted by GaQuay under C & C++
Bestselling author Stanley B. Lippman’s Inside the C++ Model provides valuable insight into some of the internal workings of the C++ language. This book is a product of a decade of research at Bell Labs (where Lippman worked with C++ inventor Bjarne Stroustrup) and Lippman’s considerable C++ expertise. Written with the experienced C++ programmer in mind, this book looks at how key language features are implemented underneath the hood and provides some guidelines when designing C++ classes.Read more ...

Accelerated C++: Practical Programming by Example
Posted by GaQuay under C & C++
Amazon.comIf you don’t have a lot of time, but still want to learn the latest in C++, you don’t have to learn C first. You might learn more by digging into current language features and classes from the very beginning. That’s the approach that’s offered by Accelerated C++, a text that delves into more advanced C++ features like templates and Standard Template Library (STL) collection classes early on. This book arguably can get a motivated beginning programmer into C++ more quickly than other available tutorials.Read more ...
2 Comments
17thDEC
Advanced C
Posted by GaQuay under C & C++
Advanced CSams Publishing ISBN: 0672301687 850 pages October 1992 PDF 2 MbHere’s the next step for programmers who want to improve their C programming skills. “Complete coverage of disk files including sequential access, text, binary, and random access. Efficient tips and techniques for debugging C programs”.Read more ...
2 Comments
11thDEC
Ivor Horton’s Beginning Visual C++ 2005 (Programmer to Programmer)
Posted by GaQuay under C & C++
Book Description
Popular author Ivor Horton uses his trademark approachable writing style to provide novice programmers with the basic tools as they learn Visual C++ 2005
Readers will learn how to program in C++ using Visual C++ 2005-without any previous knowledge of C++
More than 35 percent new and updated material covers the new release of Visual C++, and exercises and solutions help readers along the way
Demonstrates the significant new features of Visual C++ 2005, providing improved flexibility in developing Microsoft applications in C++Read more ...
3 Comments
7thDEC
TCP/IP Sockets in C: Practical Guide for Programmers (The Practical Guides Series)
Posted by GaQuay under C & C++
Michael J. Donahoo,&nbspKenneth L. Calvert, “TCP/IP Sockets in C: Practical Guide for Programmers”Publisher: Morgan Kaufmann ISBN: 1558608265 110 Pages PDF 6 MBRead more ...