#6759
C++ is notoriously difficult to master, but its broad functionality has made it the most commonly used language in games and business software applications. But even experienced users are often unfamiliar with many of the advanced features. Professional C++ provides a code-intensive, solutions-oriented guide to the essentials of C++, including the latest tools and features in the latest releases. Containing practical guidance for real-world programming, this book is an ideal opportunity for programmers to delve deeper into C++.

#5041
C++17 is the latest informal name after C++14 for the next revision of the ISO/IEC standard of C++ programming language. It is based on C++ 11 (once known as C++1z), and aims to make C++ be a less bloated and complex programming language, simplify everyday use of this language, and make it easier for developers to write and maintain code. C++17 is a major update to the C++ language, introducing many new language features. For instance: parallel STL, Boost derived file system libraries, and so on. In addition, both GCC and LLVM/Clang effectively provide full C++ 17 support.

#3870
Programming in Objective-C is a concise and meticulous bestseller in the field of Objective-C programming, which covers the latest information on Xcode, Mac OS X Mavericks, and iOS. It detailedly introduces the Objective-C language and the object-oriented programming mode on Apple's iOS and Mac OS X platforms.

#3655
Keil C51 is an easy-to-learn and easy-to-use C language Single Chip Microcomputer (SCM) programming software (IDE) for all 8051 Microcontroller devices. It is suitable for each level of developers, whether he is a professional application engineer, or a student who just started to study the embedded software development.

#3547
C programming language is the only most basic computer language that every programmer should get started with and master. As a common sense, you should know: C language is also the fundamental language of many important programming languages, including Microsoft's C#, Apple's Objective-C, C++ which is widely used in many environments, Linux operating system and its many functions, and so on.

#3470
Programming Pearls and More Programming Pearls are companion volumes written by Jon Bentley that successively published in 1986 and 1988. Both of them have become a masterpiece in the field of computer science. If you want to be a really excellent programmer, you have to read them first.

#2931
Knowing very well about the nature and principle of computer system is crucial for each programmer who wants to study programming in depth. Computer Systems: A Programmer's Perspective (CS: APP for short) is the prestigious authority work in this field, regarded as one of the greatest computer teaching materials by a great number of professionals. Meanwhile, it's also been the preferred textbook for computer system courses in a lot of famous colleges around the world.

#2925
C Traps and Pitfalls was written in 1989 by Andrew Koenig, based on one paper he published at the Bell Labs in 1985. For this book, he combined his rich working experience, therefore it has a considerable reference value for C/C++ programmers. The start point of writing this book is, of course, not to criticize the C language, but rather to help programmers around the traps and obstacles in the process of C programming.

#2924
This is the Pointers on C's 1st edition (in fact, also its final edition) published in 1997. It is another very classic work with waves of worldwide high praise about C language, considered to be one of the necessary manuals for C starters. Meanwhile, it was known as the "C language's 3-Masterpiece" together with Expert C Programming and C Traps and Pitfalls.

#2715
Writing a C program not only needs to be grammatically correct, the key is that your code should be easy enough to read and maintain. Now there are so many C language books, but the biggest difference of Practical C Programming, 3rd Edition lies in its emphasizing on the practical principle, i.e. introducing C language to readers in a concise and practical form.