27th
MAY

Learn OLE DB Development With Visual C++ 6.0

Posted by bandr under C & C++

Learn OLE DB Development With Visual C++ 6.0

Learn OLE DB Development With Visual C++ 6.0

Product Description
Learn OLE DB Development with Visual C++ 6.0 presents the basics of the Component Object Model and OLE DB, and assists Visual C++ programmers in creating OLE DB providers and consumers. OLE DB is the ODBC-compliant standard from Microsoft that lets non-record-based data interact with its users via recordset semantics and powerful data controls like ADO and RDO. This book gives you all the basics needed to create your own OLE DB consumers and providers in Visual C++, using the ActiveX Template Library and the Microsoft Foundation Classes. Putting OLE DB components on the Internet is also covered.

Read more ...

25th
MAY

The GNU C Library Reference Manual

Posted by bandr under C & C++

The GNU C Library Reference Manual

The GNU C Library Reference Manual

Product Description

This two volume manual is the comprehensive guide to the GNU implementation of the standard C libraries. It covers both high and low level interfaces, including function specifications, code examples, and usage recommendations. This text includes items of interest to both the system administrator and the programmer.

Read more ...

24th
MAY

C++ in a Nutshell

Posted by bandr under C & C++

C++ in a Nutshell

C++ in a Nutshell

Product Description
C++ in a Nutshell packs an enormous amount of information on C++ (and the many libraries used with it) in an indispensable quick reference for those who live in a deadline-driven world and need the facts but not the frills. The book’s language reference is organized first by topic, followed by an alphabetical reference to the language’s keywords, complete with syntax summaries and pointers to the topic references.

Read more ...

24th

Creating Games in C++: A Step-by-Step Guide

Posted by bandr under C & C++

Creating Games in C++: A Step-by-Step Guide

Creating Games in C++: A Step-by-Step Guide

Do you love video games? Ever wondered if you could create one of your own, with all the bells and whistles? It’s not as complicated as you’d think, and you don’t need to be a math whiz or a programming genius to do it. In fact, everything you need to create your first game, “Invasion of the Slugwroths,” is included in this book and CD-ROM.

Read more ...

23rd
MAY

C++Course

Posted by bandr under C & C++

C++Course

C++Course

The C++Course provides a general introduction to programming in C++. This edition of the eBook “C++Course” is based on the well-known book by Allen B. Downey, “How to Think Like a Computer Scientist”. The single most important skill for a computer scientist is problem-solving. By that I mean the ability to formulate problems, think creatively about solutions, and express a solution clearly and accurately.

Read more ...

23rd

Pro*C/C++ Programmer’s Guide 9.2

Posted by bandr under C & C++

Pro*C/C++ Programmers Guide 9.2

Pro*C/C++ Programmer's Guide 9.2

An Oracle Precompiler is a programming tool that enables the user to embed SQL statements in a high-level source program. As Figure 1–1 shows, the precompiler accepts the source program as input, translates the embedded SQL statements into standard Oracle runtime library calls, and generates a modified source program that you can compile, link, and execute in the usual way.

Read more ...