Author: M. Saqib

Microsoft Visual C++ .NET Deluxe Learning Edition

Teach yourself how to develop applications with Microsoft Visual C++ .NET-with tools and instruction, straight from the source! This DELUXE LEARNING EDITION contains Microsoft’s popular Step by Step tutorial and fully-supported, standard-edition software for Visual C++ .NET in a single, economical package.

Read More

C Program of Library Management System

This is a C program to implement Library Management System by which a librarian can operate a simple library. It uses Linked List, Stack and Pointers to implement different features of the library system. The program also uses struct data structure to add records in the library.

Read More

Memory as a Programming Concept in C and C++

Assuming readers have a basic familiarity with C or C++, Frantisek Franek describes the programming techniques, methods and tools available to develop effective memory usage. The overwhelming majority of “bugs” and...

Read More