The Multithreaded Programming Guide describes the multithreaded programming interfaces for the Solaris™ 2.4 system. Read the rest of this entry »
This Second Edition of The C Programming Language describes C as defined by the ANSI standard. Read the rest of this entry »
This book is not going to praise object-oriented programming or condemn the Old Way. We are simply going to use ANSI-C to discover how object-oriented programming is done, what its techniques are, why they help us solve bigger problems, and how we harness generality and program to catch mistakes earlier.
Read the rest of this entry »
Many of the topics in this book deserve a book in their own right. Because it is not possible, given the available space, to cover every aspect of some of these subjects, the chapters in this book explain only what is most necessary for you to gain a working understanding of the technologies they describe.
Read the rest of this entry »
Oracle C++ Call Interface (OCCI) is an Application Programming Interface (API) that provides C++ applications access to data in an Oracle database. OCCI enables C++ programmers to utilize the full range of Oracle database operations, including SQL statement processing and object manipulation. Read the rest of this entry »
Knowing how and when to work in C++ is the key to building better, more efficient Windows applications. This book teaches you how to use C++ to enhance your VB applicationswithout rewriting them from the ground up. In this book, you will learn to write DLLs that use the performance and capabilities of C++, which provide access to APIs not easily supported by VB. Using C++ and the ATL (Active Template Library), you can even write ActiveX components that dont require a huge runtime library.
In this sequence of modules we examine the programming process, and the use of related computer languages C and C++. The first module presents an overview of the evolution of computer languages, leading to an understanding of their variety.
Read the rest of this entry »
C++ is a language where new and different features are built on top of an existing syntax. (Because of this it is referred to as a hybrid object-oriented programming language.) As more people have passed through the learning curve, we’ve begun to get a feel for the way programmers move through the stages of the C++ language features.
Read the rest of this entry »
Introduction to Objects. The chapter walks you through the basic concepts and features of OOP and also introduces the analysis and design process. In addition, you’ll learn about the benefits and concerns of adopting the language and suggestions for moving into the world of C++. Read the rest of this entry »
The author of this C++ ebook (Tom Anderson), present this ebook in 10 chapter started with introduction, C in C++, Basic concept in C++, Advanced Concepts in C++ Dangerous but Occasionally Useful, Features To Avoid Like the Plague, Style Guidelines, Compiling and Debugging, Example : A Stack of Integers, Epilogue, & further reading
Read the rest of this entry »