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.

 

A perspective on ISO C.


/*A perspective on ISO C.*/

    As C++ programmers,  we  already  feel  the  impact of the work of the ANSI/ISO C++ standards committee. Yet the ink is hardly dry on the first official draft of  the  standard.  Already,  we can use language features only hinted at in the ARM [Ellis,1989] and ``The C++ Programming Language (second  edition),''  [Stroustrup,1991],  compilers  are  beginning  to  show  improved compatibility, implementations of the new standard library are appearing, and the recent relative stability of the language definition is allowing  extra  effort  to be spent on implementation quality and tools.  This is only the beginning

Download given book in PDF format from below link.





C-language

/*A brief look at C*/


This note describes some keys aspects of what C is and how C has developed over the years.
The perspective is that of an experience C user looking at C as a practical tool..

Download given book in PDF format from below link.