• contact
  • privacy policy
  • terms and conditions
  • about
Land of code
  • C
  • C++
  • Embedded C
  • HTML
  • JavaScript
  • games
  • canvas
  • php
  • libraries
    • React
  • frameworks
    • phaser
Land of code
  • C
  • C++
  • Embedded C
  • HTML
  • JavaScript
  • games
  • canvas
  • php
  • libraries
    • React
  • frameworks
    • phaser

Home » iostream

iostream

by Matthew Stuart

Back to: C++

Allows you to get input and output. cin and count are objects that allow us to write to the console and read from the console. When using a keyboard to enter into a variable, that is the input stream. The output stream is when we take data from a program and output it to the console.

cin is an object of the istream class.

cout is an object of the ostream class.

Previous Lesson
standard library
Lesson 1 within section standard library.
Back to Course
C++

Tweets by matthewsworld

Copyright © 2025 - Created by Matthew Stuart

We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok