C++ 2013 for C# Developers provides a fast-track to C++ proficiency forthose already using the C# language at an advanced level. Beginning with a detailed explanation of the mechanics of C++’s execution sequence, its grammar, syntax and data access you’ll quickly learn the similarities and differences between C++ and C#.
The second and third partsof the of the book are devoted to a detailed deep-dive into C++ development to provide clear information and advice about how to use the languageeffectively.
This book is for experienced C# developers who wish to broaden their skill-sets to include the versatile C++ language by following a steep learning curve.
Part 1: Fast Track to C++
Chapter 1: Hello, World
Chapter 2: There’s No Place Like Home
Chapter 3: Syntax
Chapter 4: C# to C++/CLI
Chapter 5: Tools
Chapter 6: Data Types
Chapter 7: Arrays
Chapter 8: Polymorphism and Protection
Part 2: Details
Chapter 9: Pointers and Unsafe Code
Chapter 10: Properties and Events
Chapter 11: Expressions and Operators
Chapter 12: The End of the Beginning
Chapter 13: Fun, Fun, and More Fun
Part 3: Advanced Concepts
Chapter 14: Generics
Chapter 15: Introduction to Templates
Chapter 16: Advanced Generics and Casts
Chapter 17: The Preprocessor
Chapter 18: Native C++
Chapter 19: Multiple Language Support
Chapter 20: Final Thoughts