M. Saqib

C Programming Language (2nd Edition)

C Programming Language (2nd Edition)

Just about every C programmer I respect learned C from this book. Unlike many of the 1,000 page doorstops stuffed with CD-ROMs that have become…

C Program to demonstrate 8Queen with simple graphics

The C program is an implementation of the 8-Queens Puzzle, a classic problem in chess. The objective of the puzzle is to place eight chess…

JavaScript Code to show Browser Information

This JavaScript code does a great job of displaying information about your web browser. Information includes Browser Name, Version, your computer's OS platform, and whether…

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…

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…

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.…

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…

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…