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.
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.
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.
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).
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.
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).
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.
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.
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.
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.
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.
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.
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.
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.