Programmerworld.net
Free online Books and other Study Material
  Usergroups   Statistics  ·  Register ·    Profile  ·  Log in to check your private messages  ·   Log in     

FAQ   Refer A Friend · Search · Memberlist


C and C++ Programming Language E-Books

 
Post new topic   Reply to topic    Programmerworld.net Forum Index -> Free online books
Author Message
sudhir
Platinum
Platinum




Zodiac: Virgo
Joined: 27 Sep 2004
Posts: 739
Location: Faridabad
Country: india
   

PostPosted: Mon Jun 18, 2007 2:40 pm    Post subject: C and C++ Programming Language E-Books Reply with quote

C and C++ Programming Language E-Books
C For Dummies
Quote:
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.

Code:
http://rapidshare.com/files/30928696/Wiley_-_C.For.Dummies.2nd.Edition.Apr.2004.eBook-DDU.rar


Effective C++ - 55 Specific Ways to Improve Your Programs
Quote:
This exceptionally useful text offers Scott Myers's expertise in C++ class design and programming tips. The second edition incorporates recent advances to C++ included in the ISO standard, including namespaces and built-in template classes, and is required reading for any working C++ developer.

The book opens with some hints for porting code from C to C++ and then moves on to the proper use of the new and delete operators in C++ for more robust memory management. The text then proceeds to class design, including the proper use of constructors, destructors, and overloaded operator functions for assignment within classes. (These guidelines ensure that you will create custom C++ classes that are fully functional data types, which can be copied and assigned just like built-in C++ classes.)

The author also provides a handful of suggestions for general class design, including strategies for using different types of inheritance and encapsulation. Never doctrinaire and always intelligent, these guidelines can make your C++ classes more robust and easier to maintain. --Richard Dragan --This text refers to an out of print or unavailable edition of this title.

Code:
http://tinyurl.com/2g9cj2


Cryptography in C and C++
Quote:
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.

Code:
http://rapidshare.com/files/30930601/APress_-_Cryptography_in_C_and_C__.rar


C & Data Structures
Quote:
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.

Code:
http://rapidshare.com/files/30933848/C___Data_Structures.rar


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

Code:
http://rapidshare.com/files/30934427/The_C_Programming_Language_2nd_Edition.rar


C++ by Dissection
Quote:
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.

Code:
http://rapidshare.com/files/30939752/Addison_Wesley_C___by_Dissection.rar


C++ For Dummies
Quote:
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.

Code:
http://rapidshare.com/files/30940991/C___for_Dummies_5th_Edition.rar


C# 2.0 Complete Reference
Quote:
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.

Code:
http://rapidshare.com/files/30941818/McGraw.Hill.Osborne.C.Sharp.2.0.The.Complete.Reference.Dec.2005.rar


The Art Of C++
Quote:
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.

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



Programming with Microsoft Visual C++.NET

Quote:
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.

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


The C++ Programming Language: Special Edition
Quote:
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.

Code:
http://rapidshare.com/files/30944892/The_C___Programming_Language_Special_3rd_Edition.rar


Thinking in C++ Volume I and Volume II
Quote:
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).

Code:
http://rapidshare.com/files/30946365/Thinking_in_C__.rar


Professional C++ (Programmer to Programmer)
Quote:
* 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

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


Beginning Visual C++ 6
Quote:
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.

Code:
http://rapidshare.com/files/30950585/Beginning.Visual.C__.6.rar
Back to top
Google
AdSense








Country:

PostPosted: Mon Jun 18, 2007 2:40 pm    Post subject: Please Click to support this site



Back to top
adrie
Newbie
Newbie




Zodiac: Leo
Joined: 20 Nov 2008
Posts: 1

Country: indonesia
   

PostPosted: Thu Nov 20, 2008 8:32 pm    Post subject: Re: C and C++ Programming Language E-Books Reply with quote

my names adrianto
i has a task from my lecturer?
make a visual c++ and source code

i HOpe u can give me, thanks before!!!
i need on 23rd this november
Back to top
mgph
Newbie
Newbie




Zodiac: Pisces
Joined: 27 Dec 2008
Posts: 4

Country: singapore
   

PostPosted: Tue Jan 06, 2009 7:44 pm    Post subject: Reply with quote

thanks !!!
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Programmerworld.net Forum Index -> Free online books All times are GMT + 5.5 Hours
Page 1 of 1

 
Log in
 Username:    Password:     
 Log me on automatically each visit     Not a member? Register


Powered by phpBB © 2001, 2005 phpBB Group