Quote:
Author: Yashavant Kanetkar
ISBN: 8176569402
Publisher: BPB Publications
Description: One of the best-selling programming books available on the market, now fully edited, revised & updated to include a demos and MATLAB examples. C is still the language of choice in science, engineering, & game programming!
ISBN: 8176569402
Publisher: BPB Publications
Description: One of the best-selling programming books available on the market, now fully edited, revised & updated to include a demos and MATLAB examples. C is still the language of choice in science, engineering, & game programming!
Code:
http://w18.easy-share.com/1702355152.htmlor
http://rapidshare.com/files/100257838/Let_Us_C_-_Yashwant_Kanetkar.pdf

Quote:
Author: Yashavant Kanetkar
ISBN: 8170298016
Publisher: BPB Publications
Description: With so many Degree / Diploma / Certificate programs being conducted in Computer Science and Information Technology it has indeed become difficult for software development companies to separate chaff from the grain. Hence many companies conduct written test in C language before conducting an interview. Though on the face it C language appears to be simple it has a number of features which can challenge the best in the field. Unless you fully understand what these features are and how they are used you would not be able to answer these tests confidently. Instead of taking the regular approach of discussing each of these features one by one, this book takes a different route. It highlights these features through questions, about 1000 of them. Answers are furnished for each question which illustrates the key points lucidly. Once you are through with this book you will be able to face these written tests with the confidence that "I can do it"!
ISBN: 8170298016
Publisher: BPB Publications
Description: With so many Degree / Diploma / Certificate programs being conducted in Computer Science and Information Technology it has indeed become difficult for software development companies to separate chaff from the grain. Hence many companies conduct written test in C language before conducting an interview. Though on the face it C language appears to be simple it has a number of features which can challenge the best in the field. Unless you fully understand what these features are and how they are used you would not be able to answer these tests confidently. Instead of taking the regular approach of discussing each of these features one by one, this book takes a different route. It highlights these features through questions, about 1000 of them. Answers are furnished for each question which illustrates the key points lucidly. Once you are through with this book you will be able to face these written tests with the confidence that "I can do it"!
Code:
http://w18.easy-share.com/1702355141.htmlor
http://rapidshare.com/files/104818368/Test_Your_C_Skills_-_Yaswant_Kanetkar.rar

Quote:
Author: Herbert Schildt
ISBN: 0078824761
Publisher: Osborne/McGraw-Hill
Description: Offering the most complete coverage of the newly updated ANSI C++ Standard--including updated material on the STL namespace naming methods, and new classes--this book is an easy-to-follow, three-part organization of description of the root of C++, detailed coverage of C++ and effective C++ software application development.
ISBN: 0078824761
Publisher: Osborne/McGraw-Hill
Description: Offering the most complete coverage of the newly updated ANSI C++ Standard--including updated material on the STL namespace naming methods, and new classes--this book is an easy-to-follow, three-part organization of description of the root of C++, detailed coverage of C++ and effective C++ software application development.
Code:
http://w18.easy-share.com/1702355104.htmlor
http://rapidshare.com/files/102259620/0078824761.zip

Quote:
Author: Robert Lafore, Waite Group
ISBN: 157169160X
Publisher: Sams
Description: This new edition of a classic tutorial pays close attention to the sophisticated new features of both the C++ language and the new generation of compilers that C++ works with. No familiarity with the C language is needed. C++ is treated as a separate language and is taught from the ground up. Covers new C++ features such as templates and exceptions.
ISBN: 157169160X
Publisher: Sams
Description: This new edition of a classic tutorial pays close attention to the sophisticated new features of both the C++ language and the new generation of compilers that C++ works with. No familiarity with the C language is needed. C++ is treated as a separate language and is taught from the ground up. Covers new C++ features such as templates and exceptions.
Code:
http://w18.easy-share.com/1702355308.htmlor
http://rapidshare.com/files/100184705/157169160X.zip
Quote:
Author: Robert Lafore
ISBN: 1571690638
Publisher: Waite Group Press, Corte Madera, CA
Description: In manageable, easily assimilated, hour-long lessons, this book teaches the principles of object-oriented programming and C++ quickly and efficiently. It takes students from the fundamentals through writing full-featured C++ programs of any size, fully explaining objects, classes, data hiding, encapsulation, overload operators, inheritance, virtual functions, and much more.
ISBN: 1571690638
Publisher: Waite Group Press, Corte Madera, CA
Description: In manageable, easily assimilated, hour-long lessons, this book teaches the principles of object-oriented programming and C++ quickly and efficiently. It takes students from the fundamentals through writing full-featured C++ programs of any size, fully explaining objects, classes, data hiding, encapsulation, overload operators, inheritance, virtual functions, and much more.
Code:
http://w18.easy-share.com/1702355260.htmlor
http://rapidshare.com/files/100258670/C___Interactive_Course_by_Robert_Lafore.pdf
![]() | « on: February 03, 2009, 11:28:36 am » | |
C++ How to Program - 5th Edition

* Publisher: Prentice Hall
* Number Of Pages: 1536
* Publication Date: 2005-01-15
* Sales Rank: 58077
* ISBN / ASIN: 0131857576
* EAN: 9780131857575
* Binding: Paperback
* Manufacturer: Prentice Hall
* Studio: Prentice Hall
* Average Rating: 4
* Total Reviews: 28
Book Description:
With over 250,000 sold, Harvey and Paul Deitel's C++ How to Program is the world's best-selling introduction to C++ programming. Now, this classic has been thoroughly updated! The Deitels' groundbreaking How to Program series offers unparalleled breadth and depth of programming concepts and intermediate-level topics for further study. The books in this series feature hundreds of complete, working programs with thousands of lines of code. Deitels' C++ How to Program is the most comprehensive, practical introduction to C++ ever published-with hundreds of hands-on exercises, roughly 250 complete programs written and documented for easy learning, and exceptional insight into good programming practices, maximizing performance, avoiding errors, debugging, and testing. The updated Fifth Edition now includes a new early classes pedagogy-classes and objects are introduced in Chapter 3 and used throughout the book as appropriate. The new edition uses string and vector classes to make earlier examples more object-oriented. Large chapters are broken down into smaller, more manageable pieces. A new OOD/UML ATM case study replaces the elevator case study of previous editions, and UML in the OOD/UML case study and elsewhere in the book has been upgraded to UML 2. The Fifth Edition features new mini case studies (e.g., GradeBook and Time classes). An employee hierarchy replaces Point/Circle/Cylinder to introduce inheritance and polymorphism. Additional enhancements include tuned treatment of exception handling, new ?Using the Debugger? material and a new "Before You Begin" section to help readers get set up properly. Also included are separate chapters on recursion and searching/sorting. The Fifth Edition retains every key concept and technique ANSI C++ developers need to master: control statements, functions, arrays, pointers and strings, classes and data abstraction, operator overloading, inheritance, virtual functions, polymorphism, I/O, templates, exception handling, file processing, data structures, and more. It also includes a detailed introduction to Standard Template Library (STL) containers, container adapters, algorithms, and iterators. The accompanying CD-ROM includes all the source code from the book. A valuable reference for programmers and anyone interested in learning the C++ programming language and object-oriented development in C++.

* Publisher: Prentice Hall
* Number Of Pages: 1536
* Publication Date: 2005-01-15
* Sales Rank: 58077
* ISBN / ASIN: 0131857576
* EAN: 9780131857575
* Binding: Paperback
* Manufacturer: Prentice Hall
* Studio: Prentice Hall
* Average Rating: 4
* Total Reviews: 28
Book Description:
With over 250,000 sold, Harvey and Paul Deitel's C++ How to Program is the world's best-selling introduction to C++ programming. Now, this classic has been thoroughly updated! The Deitels' groundbreaking How to Program series offers unparalleled breadth and depth of programming concepts and intermediate-level topics for further study. The books in this series feature hundreds of complete, working programs with thousands of lines of code. Deitels' C++ How to Program is the most comprehensive, practical introduction to C++ ever published-with hundreds of hands-on exercises, roughly 250 complete programs written and documented for easy learning, and exceptional insight into good programming practices, maximizing performance, avoiding errors, debugging, and testing. The updated Fifth Edition now includes a new early classes pedagogy-classes and objects are introduced in Chapter 3 and used throughout the book as appropriate. The new edition uses string and vector classes to make earlier examples more object-oriented. Large chapters are broken down into smaller, more manageable pieces. A new OOD/UML ATM case study replaces the elevator case study of previous editions, and UML in the OOD/UML case study and elsewhere in the book has been upgraded to UML 2. The Fifth Edition features new mini case studies (e.g., GradeBook and Time classes). An employee hierarchy replaces Point/Circle/Cylinder to introduce inheritance and polymorphism. Additional enhancements include tuned treatment of exception handling, new ?Using the Debugger? material and a new "Before You Begin" section to help readers get set up properly. Also included are separate chapters on recursion and searching/sorting. The Fifth Edition retains every key concept and technique ANSI C++ developers need to master: control statements, functions, arrays, pointers and strings, classes and data abstraction, operator overloading, inheritance, virtual functions, polymorphism, I/O, templates, exception handling, file processing, data structures, and more. It also includes a detailed introduction to Standard Template Library (STL) containers, container adapters, algorithms, and iterators. The accompanying CD-ROM includes all the source code from the book. A valuable reference for programmers and anyone interested in learning the C++ programming language and object-oriented development in C++.
Download/Links/Codes:
http://www.megaupload.com/?d=M3AXLQ54
Download/Links/Codes:
http://w14.easy-share.com/1701633818.html
Download/Links/Codes:
http://www.mediafire.com/?mwu10meyzoi

Probably if these books can be found then it wud be awesome..
ReplyDelete1. Government Online by MP Gupta, Jaijit Bhattacharya
2. e-Governance by Ashok Agarwal
3. e-Governance by Pankaj Sharma
4. e-Governance by Vasudeva
5. Compendium of e-governance initiatives in India by Major Gen Dr. R
6. e-Governance perspectives & Challenges by Ravi Upadhyay
7. e-Governance in India: Initiatives & Issues by R. P Sinha