Stop learning alone!

Learn faster and stay on-track by joining this free class with other self-learners.

Register for Intermediate C++ now.

Intermediate C++

Class length: 6 weeks. Start anytime.

Creator: rohshall

Status: Under Construction

Join this class!

Lesson 3: Type conversion and casting

C++ uses two automatic type conversions: 1. Integer promotion - when integer operations like additions are performed on char and short. 2. Type widening - When operands of different types are intermixed in an arithmetic operation.

Assignments

TitleSubmissionsMy Grade
Assignment 1: Quiz 1