Data Types, Modifiers, Operators, and Flow Control


Overview/Description
Target Audience
Prerequisites
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description
C++ is a typed language, it is vital you understand how to correctly work with data. In this course you will explore the data types in C++, work with modifiers and operators, and learn how to manage flow control in your C++ programs.

Target Audience
Individuals looking to learn C++ programming, or experienced C++ programmers wishing to refresh or improve their skills

Prerequisites
None

Expected Duration (hours)
1.5

Lesson Objectives

Data Types, Modifiers, Operators, and Flow Control

  • start the course
  • recognize the characteristics of C++ data types
  • work with UTF-16, UTF-32, and wide characters in C++
  • work with C++ data type modifiers
  • use arithmetic operators in a C++ program
  • work with relational and logical operators in C++
  • work with bitwise operators in C++
  • work with assignment operators in C++
  • work with compound assignment operators in C++
  • use the if statement for branching in C++ programs
  • use a for loop in C++ programs
  • use a while loop in C++ programs
  • use a do while loop in C++
  • use the switch statement in C++ programs
  • create a basic C++ application using data types and looping constructs
  • Course Number:
    sd_cpro_a02_it_enus

    Expertise Level
    Beginner