De som köpt den här boken har ofta också köpt The Tech Coup av Marietje Schaake (inbunden).
Köp båda 2 för 589 krAn Introduction to Programming by the Inventor of C++ Programming: Principles and Practice Using C++, Third Edition, will help anyone who is willing to work hard learn the fundamental principles of programming and develop the practical skills need...
The new C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, has reorganized, extended, and completely rew...
Bjarne Stroustrup is the designer and original implementer of C++ and is the author of Programming: Principles and Practice Using C++, Second Edition, and The C++ Programming Language, Fourth Edition, among others. He has worked at Bell Labs, AT&T Labs, and Texas A&M University, and, most recently, in the technology division of Morgan Stanley. The recipient of numerous honors, including The National Academy of Engineering's 2018 Charles Stark Draper Prize for Engineering "for conceptualizing and developing the C++ programming language," Dr. Stroustrup is a member of the National Academy of Engineering, an IEEE Fellow, and an ACM Fellow.
Preface Chapter 1: The Basics Chapter 2: User-Defined Types Chapter 3: Modularity Chapter 4: Error Handling Chapter 5: Classes Chapter 6: Essential Operations Chapter 7: Templates Chapter 8: Concepts and Generic Programming Chapter 9: Library Overview Chapter 10: Strings and Regular Expressions Chapter 11: Input and Output Chapter 12: Containers Chapter 13: Algorithms Chapter 14: Pointers Chapter 15: Utilities Chapter 16: Numerics Chapter 17: Concurrency Chapter 18: History and Compatibility Appendix: Module std Index