With C++ Fundamentals for Professionals you will get a 40% discount on yearly plans and a 20% monthly discount oneducative.io. It is one of the popular courses from educative.io
C++ is a common first choice for software developers when optimal performance and high safety are necessary. Learning the rich core language and the many libraries, however, can be a neverending story. This course has one goal: ending that story.
C++ Fundamentals for Professionals– Developer Discount
With the exclusive Holiday discount, you can get a 20% discount on two years of access to educative.io which includes all the existing and future courses. Two-year access is just $199 after the discount. Lockin this price before it expires.
Get an additional 20 discount on Handling Financial Services with Square API course
Coupon: Use code devops at checkout
Also, you can get a 10% discount on all educative courses using the exclusive discount.
Coupon: Use Code Educative10 at checkout
Here is what you will Learn from C++ Fundamentals for Professionals
1. Core Language
- History
2. Literals
- Literals
- User-Defined Literals
- C++14 Built-In Literals
- – Solutions
3. Types
- Scoped Enumerations
- – Example
- Pointers
- Null Pointer
- References
4. Automatic Type Deduction
- Automatic Type Deduction: auto
- Refactorization with auto
- Automatic Type Deduction: decltype
- Automatic Return Type
5. Casts
- Explicit Cast
- Dynamic Cast
- Static Cast
- Const Cast
6. Unified Initialization
- Unified Initialization with {}
- – Examples
- – Exercise
- – Solution
7. const, constexpr, and volatile
- Const
- Constant Expressions: constexpr
- – Examples
- – Exercises
- Volatile