The C++ Programming Language (4th Edition)
In this brand-new fourth edition of The C++ Programming Language, author Bjarne Stroustrup, the creator of C++ has reorganized, extended, and completely rewritten his definitive reference and tutorial for programmers who want to use C++ most effectively. It is widely considered one of the most authoritative and definitive references on the C++ Programming Language. The book covers all aspects of the C++ language, including its syntax, semantics, and use in real-world applications.
Programming C# 4.0: Building Windows, Web, and RIA Applications for the .NET 4.0 Framework
Aimed at experienced programmers and web developers, the new edition of Programming C# doesn't waste words on elementary programming topics. Instead, this practical book focuses on the features and programming patterns that are new to the C# language and fundamental...
C++ program to demonstrate Inheritance
This is a simple C++ Program to demonstrate Inheritance. Simpler methods in the classes have been changed to inline code to shorten the file considerably. In a practical programming situation, methods that are this short should be programmed inline since the actual code to return a simple value is shorter than the code required to send a message to a non-inline method.
Direct-X Programming Questions
What is DirectX? DirectX is comprised of application programming interfaces (APIs) that are grouped into two classes: the DirectX Foundation layer, and the DirectX Media layer. These APIs enable programs to directly access many of your computer's hardware devices....
Java Programming Questions
What is Java Programming Language?The Java programming language is a high-level language that can be characterized by all of the following buzzwords: Simple Architecture neutral Object oriented Portable Distributed High performance Interpreted Multithreaded Robust...