Wednesday 11 October 2017

C# specifications

A complete about C++

C for Engineers and Scientists

CforEngineersandScientistsisadirectresultofthesuccess(andthelimitations)ofitspredecessor,AFirstBookofC.Inthisregard,mymostheartfeltacknowl-edgmentandappreciationgoestotheinstructorsandstudentswhofoundtheearliereditiontobeofservicetothemintheirrespectivequeststoteachandlearnC.

Beginning Visual C++

This book is aimed at teaching you how to write C++ applications for the Microsoft Windows operating system using Visual C++  or any edition of Visual Studio . I make no assumptions about prior knowledge of any particular programming language.

Tuesday 10 October 2017

C data structure practice book

Download complete book as a pdf file from here.

C++ Programming HOW-TO

 /*C++ Programming HOW-TO*/


This document provides a comprehensive list of C++ URL pointers, links to C++ online textbooks, and programming tips on C++. This document also provides a C++ library which imitates Java-language, and which has various methods to avoid memory problems in C++. Using this library you can compile Java's source code under C++. This document serves as a "Home of C++ language". The information given here will help you to program properly in C++ language and applies to all the operating systems that is - Linux, MS DOS, BeOS, Apple Macintosh OS, Microsoft Windows 95/98/NT/2000, OS/2, IBM OSes (MVS, AS/400 etc..), VAX VMS, Novell Netware, all flavors of Unix like Solaris, HPUX, AIX, SCO, Sinix, BSD, etc.. and to all other operating systems which support "C++" compiler (it means almost all the operating systems on this planet).


Download given book in PDF format from below link.




ANSI C reference.

/*ANSI C reference.*/


Working Paper for Draft Proposed International Standard for Information Systems - Programming Language C+ +.



Download given book in PDF format from below link.

 

C++ HOW TO PROGRAM SECOND EDITION

/*C++ HOW TO PROGRAM (SECOND EDITION)*/ 


1  Chapter:  Introduction to Computers and C++ Programming
2  Chapter:  Control Structures
3  Chapter:  Functions
4  Chapter:  Arrays
5  Chapter:  Pointers and Strings
6  Chapter:  Classes and Data Abstraction
7  Chapter:  Classes: Part II
8  Chapter:  Operator Overloading
9  Chapter:  Inheritance Virtual Functions and Polymorphism
10 Chapter: C++ Stream Input/Output
11 Chapter: Templates12 Chapter 
13 Chapter: Exception Handling 
14 Chapter: File Processing 
15 Chapter: Data Structures
16 Chapter: Bits, Characters, Strings, and Structures
17 Chapter: The Preprocessor
18 Chapter:  C Legacy Code Topics 
19 Chapter:  Class string and String Stream Processing 
20 Chapter: Standard Template Library (STL)
21 Chapter: ANSI/ISO C++ Standard Language Additions




Download given book in PDF format from below link.