Friday, November 30, 2007

C and C++ Programming Language E-Books


















C For Dummies
This book continues the easygoing, simple introduction to the C language that began with the original two-volume set. It's designed for those wanting to get into the C language who need a slow-paced, easy and fun book.




http://rapidshare.com/files/38690126/Wiley_-_C.For.Dummies.2nd.Edition.Apr.2004.eBook-DDU.rar
Password:decoy1203@forumw.org(for all files)


Cryptography in C and C++
Text focusing on the practical aspects of cryptography in C and C++, explaining cryptography and its mathematical issues in terms specifically designed to reach computer programmers.





http://rapidshare.com/files/38688122/APress_-_Cryptography_in_C_and_C__.rar


C & Data Structures
Divided into three separate sections, C & Data Structures covers C programming, as well as the implementation of data structures and an analysis of advanced data structure problems. Beginning with the basic concepts of the C language (including the operators, control structures, and functions), the book progresses to show these concepts through practical application with data structures such as linked lists and trees, and concludes with the integration of C programs and advanced data structure problem-solving. The book covers a vast range of data structures and programming issues, such as syntactic and semantic aspects of C, all control statements in C, concepts of function, macro, files and pointers with examples, graphs, arrays, searching and sorting techniques, stacks and queues, files, and preprocessing. C & Data Structures provides a comprehensive guide to all the data types in C with internal implementation, while providing examples to demonstrate their behavior.




http://rapidshare.com/files/38689027/C___Data_Structures.rar


The C Programming Language
Describes C as defined by the ANSI standard. Meant to help the reader learn how to program in C.




http://rapidshare.com/files/38689592/The_C_Programming_Language_2nd_Edition.rar


C++ by Dissection
Enlisting the best-selling dissection method, this title teaches programming techniques and presents the C++ language using a sound and structured method. Working code is dissected with explanations to the student on each newly encountered programming element and idiom found in the code. The presentation assumes no programming background; both CS1 students and experienced programmers unfamiliar with Java will find a carefully structured presentation of the C++ language and its key programming concepts.




http://rapidshare.com/files/38687920/Addison_Wesley_C___by_Dissection.rar


C++ For Dummies
C++ For Dummies, 5th Edition, debunks the myths, blasts the barriers, shares the secrets, and gets you started. In fact, by the end of Chapter 1, you’ll be able to create a C++ program. OK, it won’t be newest, flashiest video game, but it might be a practical, customized inventory control or record-keeping program.




http://rapidshare.com/files/38689195/C___for_Dummies_5th_Edition.rar


C# 2.0 Complete Reference
This comprehensive volume is fully updated for C# 2.0 -- the newest version of Microsoft's revolutionary programming language.The changes found in C# 2.0 bring Java-like power to millions of Windows programmers worldwide. With expertly crafted explanations, insider tips, and hundreds of examples, this book fully explains every aspect of C# 2.0. Written in the clear, uncompromising style that has made master programming author Herb Schildt the choice of millions, the book covers all the new and existing features of this major programming language.
The Art Of C++
Learn how to apply C++ to a wide array of sophisticated applications. In his clear prose, C++ expert and the world’s leading programming author Herb Schildt, shares practical, high-powered applications of C++, revealing some of the most interesting features of the language in the process. “Pure code” subsystems that can be adapted to your own programs, financial calculations, and file utilities are discussed. A C++ interpreter, an AI-based search engine, plus a Web-based example for those programmers who interface C++ with the Internet are also included. With downloadable code offered, this resource has something for every C++ developer.




http://rapidshare.com/files/38689286/McGraw.Hill-The.Art.of.C__-2004.rar


Programming with Microsoft Visual C++.NET
This title is the complete programming reference for intermediate and expert developers who want to create .NET applications with Visual C++ and the .NET Framework. Focusing on core programming techniques, instructions, and solutions, this book is designed to help developers who are already familiar with Visual C++ discover what's new in Visual C++.NET and learn how to use the language and their programming skills with the Windows operating system to produce a new generation of killer .NET applications. An enhanced eBook in Microsoft Help 2 format, extensive real-world programming examples, and reusable code on a companion CD-ROM all give readers the complete answers they need to solve specific .NET coding problems faster.




http://rapidshare.com/files/38689513/MS_Press_-_Programming_with_Microsoft_Visual_C___.NET_6Ed_2003_.rar



The C++ Programming Language: Special Edition
This is a complete rewrite of the most widely read and most trusted book on C++. Based on the ANSI/ISO C++ final draft, this book covers the C++ language, its standard library, and key design techniques as an integrated whole. The C++ Programming Language provides comprehensive coverage of C++ language features and standard library components. With this third edition, Stroustrup makes C++ even more accessible to those new to the language while adding information and techniques that even expert C++ programmers will find invaluable.




http://rapidshare.com/files/38689761/The_C___Programming_Language_Special_3rd_Edition.rar


Thinking in C++ Volume I and Volume II
This book is a thorough rewrite of the first edition to reflect all of the changes introduced in C++ by the finalization of the C++ Standard, and also to reflect what I've learned since writing the first edition. The entire text present in the first edition has been examined and rewritten, sometimes removing old examples, often changing existing examples and adding new ones, and adding many new exercises. Significant rearrangement and re-ordering of the material took place to reflect the availability of better tools and my improved understanding of how people learn C++. A new chapter was added which is a rapid introduction to the C concepts and basic C++ features for those who don't have the C background to tackle the rest of the book. The CD ROM bound into the back of the book contains a seminar that is an even gentler introduction to the C concepts necessary to understand C++ (or Java). It was created by Chuck Allison for my company (MindView, Inc.), and it's called "Thinking in C: Foundations for Java and C++." It introduces you to the aspects of C that are necessary for you to move on to C++ or Java, leaving out the nasty bits that C programmers must deal with on a day-to-day basis but that the C++ and Java languages steer you away from (or even eliminate, in the case of Java).




http://rapidshare.com/files/38689978/Thinking_In_C___2nd_Edition.rar



Professional C++ (Programmer to Programmer)
* Geared to experienced C++ developers who may not be familiar with the more advanced features of the language, and therefore are not using it to its full capabilities
* Teaches programmers how to think in C++-that is, how to design effective solutions that maximize the power of the language
* The authors drill down into this notoriously complex language, explaining poorly understood elements of the C++ feature set as well as common pitfalls to avoid
* Contains several in-depth case studies with working code that's been tested on Windows, Linux, and Solaris platforms





http://rapidshare.com/files/38690311/Wrox.Professional.C.__.rar


Beginning Visual C++ 6
Visual C++ 6 is the latest incarnation of Microsoft's premier development product for C++ developers. It contains the latest version of the MFC&T (Microsoft Foundation Classes & Templates) which has virtually become the Industry-wide library used to write Windows programs. Visual C++ 6 also contains the Active Template Library 3.0 ( ATL ) , which is a framework and collection of Wizards for writing ActiveX & COM controls. This book is a tutorial in use of all the major functions of Visual C++ 6.Proven teaching methods guarantee success to novice C++ programmers with a complete tutorial from 'vanilla' C++ , through to OO programming, Windows and using MFC&T. Each concept is supported by graduated code examples and the reader will be coherent in writing a real Windows program and controls by the end of the book.




http://rapidshare.com/files/38688554/Beginning.Visual.C__.6.rar

6 comments:

Unknown said...

You had help a lot!! Thanks..

Gagan said...

thanks a lot dude
these books are really helpful

4tutesfree4all said...

Nice Sites For Everyone

Computer Programming Ebooks collection
Medical ebooks
Business Technical Ebooks
Free Ebooks download
ebookslibrary

Ochko said...

What is the password of Thinking_In_C___2nd_Edition.rar ?

Anonymous said...

Password for all files is:

decoy1203@forumw.org

buildprogrammer.com said...

wow this post is amazing .. thanks for sharing please see my post also here is my post for
Top 10 best books to learn C Programming