• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/6

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

6 Cards in this Set

  • Front
  • Back

C++

General purpose programming language

Three important components of C++

1. Core language


2. Standard library


3. Standard template library (STL)

Core language

Provides all the necessary building blocks including variables, data types, literals, etc.

Standard library

Offers a rich set of functions for manipulating files, strings, etc.

Standard template library (STL)

Offers methods for the manipulation of data structures, etc.

using namespace std;

Used to declare features of the C++ Standard library