The Multithreaded Programming Guide describes the multithreaded programming interfaces for the Solaris™ 2.4 system. Read the rest of this entry »
Download Free C-C++ Programming Books
The C programming Language
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 »