You are seeing this message because: You are not registered on our site

Join now to become part of our community!
Private Categories / Friendliest Community / Less ADS will be shown to you AND MUCH MORE

Registration is fast, simple and absolutely FREE

1 2 3 4
 

C Programming: A Modern Approach - Second Edition eBook & Comic Collection Update Daily



C Programming: A Modern Approach - Second Edition
English | PDF | 832 Pages | 101.97 Mb

Professor King's spiral approach made it accessible to a broad range of readers, from beginners to more advanced students. With adoptions at over 225 colleges, the first edition was one of the leading C textbooks of the last ten years. The second edition maintains all the book's popular features and brings it up to date with coverage of the C99 standard. The new edition also adds a significant number of exercises and longer programming projects, and includes extensive revisions and updates.


C Programming Modern Approach Second Edition IT eBooks IT CCcc

19.05.2012 tungkon73.07 4

The Actually Useful Programming Library - Books (May 2012) eBook & Comic Collection Update Daily



The Actually Useful Programming Library - Books (May 2012)
English | PDF & ePub | Collection | 2.96 Gb



Actually Useful Programming Library May 2012 IT eBooks IT NET IT CCcc IT Cisco IT Others mobile ebooks

14.05.2012 tungkon73.07 0

Jim Ledin, Embedded Control Systems in C/C++: An Introduction for Software Developers Using MATLAB Ebook - Snorgared


Jim Ledin, Embedded Control Systems in C/C++: An Introduction for Software Developers Using MATLAB |

ISBN: 1578201276 | edition 2004 | CHM | 252 pages | 13 mb[/center]

Implement proven design techniques for control systems without having to master any advanced mathematics. Using an effective step by step approach, this book presents a number of control system design techniques geared toward readers of all experience le
Using the techniques and reusable code in Embedded Control Systems in C/C++, embedded systems developers can design control systems without the advanced calculus skills that are typically required.



Jim Ledin Embedded Control Systems in C/C++ An Introduction for Software Developers Using MATLAB IT eBooks IT CCcc

12.05.2012 Snorgared107.55 0

Best Internet links



21.12.2012 UFO 34

Embedded C Coding Standard The Best Free EBooks



Embedded C Coding Standard By Michael Barr
90 Pages | 2008 | ISBN: 1442164824 | PDF | 3 MB


Netrino's Embedded C Coding Standard was developed from the ground up to minimize bugs in firmware, by focusing on practical rules that keep bugs out-while also improving the maintainability and portability of embedded software.

Embedded C Coding Standard IT eBooks IT CCcc

11.05.2012 bhgvld82.74 4

Programming in Objective-C, 4th Edition (True PDF) The Best Free EBooks



Programming in Objective-C, 4th Edition By Stephen G. Kochan
560 Pages | 2011 | ISBN: 0321811909 | EPUB + MOBI + True PDF | 23 MB


This is the 4th edition of the world's bestselling book on Objective-C programming, fully updated to cover Xcode 4.2 and Automatic Reference Counting (ARC).

Programming in Objective-C is a concise, carefully written tutorial on the basics of Objective-C and object-oriented programming for Apple's iOS and Mac platforms. The book makes no assumptions about prior experience with object-oriented programming languages or with the C language (which Objective-C is based upon).

Programming Objective C IT eBooks IT CCcc mobile ebooks

10.05.2012 bhgvld82.74 0

Head First C (2012 Ed) The Best Free EBooks



David Griffiths and Dawn Griffiths, "Head First C"
640 pages | 2012 | English | ISBN: 1449399916 | PDF | 53,3 MB


Ever wished there was an easier way to learn C from a book? Head First C is a complete learning experience that will show you how to create programs in the C language. This book helps you learn the C language with a unique method that goes beyond syntax and how-to manuals and helps you understand how to be a great programmer.

Head First C IT eBooks IT CCcc

24.04.2012 bhgvld82.74 5

Programming in Objective-C (4th Edition) The Best Free EBooks



Programming in Objective-C (4th Edition) By Stephen G. Kochan
560 Pages | 2011 | ISBN: 0321811909 | EPUB + PDF | 2 MB + 6 MB


This is the 4th edition of the world's bestselling book on Objective-C programming, fully updated to cover Xcode 4.2 and Automatic Reference Counting (ARC).

Programming in Objective-C is a concise, carefully written tutorial on the basics of Objective-C and object-oriented programming for Apple's iOS and Mac platforms. The book makes no assumptions about prior experience with object-oriented programming languages or with the C language (which Objective-C is based upon).

Programming Objective C IT eBooks IT CCcc mobile ebooks

06.04.2012 bhgvld82.74 3

WROX Professional C++ 2nd Edition eBook & Comic Collection Update Daily



WROX Professional C++ 2nd Edition
English | PDF | 1104 Pages | 107 Mb

Although C++ is often the language of choice from game programming to major commercial software applications, it is also one of the most difficult to master. With this no-nonsense book, you will learn to conquer the latest release of C++. The author deciphers little-known features of C++, shares detailed code examples that you can then plug into your own code, and reveals the significant changes to C++ that accompany the latest release. You'll discover how to design and build applications that solve real-world problems and then implement the solution using the full capabilities of the language.


WROX Professional C++ 2nd Edition IT eBooks IT CCcc

03.04.2012 tungkon73.07 3

Accelerated C++: Practical Programming by Example The Best Free EBooks



Andrew Koenig, Barbara E. Moo "Accelerated C++: Practical Programming by Example"
352 pages | Ad-on W-ley | 2000 | ISBN: 020170353X | EPUB + PDF | 7 MB


If you don't have a lot of time, but still want to learn the latest in C++, you don't have to learn C first. You might learn more by digging into current language features and classes from the very beginning. That's the approach that's offered by Accelerated C++, a text that delves into more advanced C++ features like templates and Standard Template Library (STL) collection classes early on. This book arguably can get a motivated beginning programmer into C++ more quickly than other available tutorials.

Accelerated C++ Practical Programming Example IT eBooks IT CCcc mobile ebooks

01.04.2012 bhgvld82.74 5

C++ Concurrency in Action: Practical Multithreading The Best Free EBooks



C++ Concurrency in Action: Practical Multithreading By Anthony Williams
528 Pages | Publisher: M[an]ning Pub[licatio]ns 2012 | ISBN: 1933988770 | EPUB + PDF | 7 MB + 6 MB


C++ Concurrency in Action
is a reference and guide to the new C++ 11 Standard for experienced C++ programmers as well as those who have never written multithreaded code. This book will show you how to write robust multithreaded applications in C++ while avoiding many common pitfalls.

C++ Concurrency Action Practical Multithreading IT eBooks IT CCcc mobile ebooks

26.03.2012 bhgvld82.74 4

Objects, Abstraction, Data Structures and Design: Using C++ The Best Free EBooks



Elliot B. Koffman, Paul A. T. Wolfgang, "Objects, Abstraction, Data Structures and Design: Using C++"
832 pages | W..ey | 2006 | ISBN: 0471467553 | PDF | 14 MB


When it comes to writing code, preparation is crucial to success. Before you can begin writing successful code, you need to first work through your options and analyze the expected performance of your design. That's why Elliot Koffman and Paul Wolfgang's Objects, Abstraction, Data Structures, and Design: Using C++ encourages you to Think, Then Code, to help you make good decisions in those critical first steps in the software design process.

Objects Abstraction Data Structures Design Using C++ IT eBooks IT CCcc

29.02.2012 bhgvld82.74 2

Big C++ 2nd edition The Best Free EBooks



Cay S. Horstmann, "Big C++ 2nd edition"
1088 pages | Wiley | 2008 | ISBN: 0470383283 | PDF | 16,4 MB


The modern coverage you want—and the practical programming focus you need.

Big C++ surveys the breadth of today’s C++ landscape, but always from the viewpoint of good programming practice. Horstmann and Budd combine their professional and academic experience to guide you from the basics of programming to an understanding of the complexities of C++ memory management, operator overloading, exception handling, and more. More than a reference, Big C++ offers well-developed exercises, examples, and case studies that engage you in the details of useful C++ applications.

Big C++ IT eBooks IT CCcc

29.02.2012 bhgvld82.74 3

Intermediate Business Programming with C++ The Best Free EBooks



Donald Voils, "Intermediate Business Programming with C++"
1589 pages | Publisher: Wh.te F..th.rs P.b | 2007 | ISBN: 0979359112 | PDF/CHM | 10 MB/9 MB


This book, which presumes just the basic of background in C Programming, offers a comprehensive approach to the topic with emphasis on the creation of object oriented programs for business and the use of data structures. This book deals with the writing of business programs using C++ from Microsoft Visual Studio .NET 2005.

Intermediate Business Programming C++ IT eBooks IT CCcc Business eBooks

23.02.2012 bhgvld82.74 1

Starting Out with C++: From Control Structures through Objects The Best Free EBooks



Starting Out with C++: From Control Structures through Objects By Tony Gaddis
1242 Pages | Publisher: Add[iso].n W[e.sl]ey; 7 edition 2011 | ISBN: 0132576252 | PDF | 65 MB


Tony Gaddis’s accessible, step-by-step presentation helps beginning students understand the important details necessary to become skilled programmers at an introductory level. Gaddis motivates the study of both programming skills and the C++ programming language by presenting all the details needed to understand the “how” and the “why”–but never losing sight of the fact that most beginners struggle with this material. His approach is both gradual and highly accessible, ensuring that students understand the logic behind developing high-quality programs.

Starting Out with C++ From Control Structures through Objects IT eBooks IT CCcc

22.02.2012 bhgvld82.74 7

Guide to Scientific Computing in C++ The Best Free EBooks



Joe Pitt-Francis, Jonathan Whiteley, "Guide to Scientific Computing in C++"
262 pages | Publisher: S..in..r | 2012 | ISBN: 1447127358 | PDF | 2 MB


This easy-to-read textbook/reference presents an essential guide to object-oriented C++ programming for scientific computing. With a practical focus on learning by example, the theory is supported by numerous exercises.

Guide Scientific Computing C++ IT eBooks IT CCcc

20.02.2012 bhgvld82.74 3
1 2 3 4