OOPortal
RationalDB Database Design
prev next prev next
  Course navigation
 
Lesson 1
Getting started with C++
   
This module introduces you to some basic differences between C and C++ and gives you the skills you need to start writing C++ programs.
You will learn:
  1. How simple input and output are handled
  2. How the structure of C and C++ programs differ
  3. About the use of bool expressions
  4. How C++ handles strings
  5. How C++ makes casts safer
  6. How declarations of enumerated types are handled in C++
  7. How C++ handles the scope of a declaration
  8. How to write comments in the single-line style
At the end of the module, you will be given the opportunity to take a quiz covering these topics.
  Course navigation