If you're learning C++, one surprisingly common source of confusion is input.

Why does this:

std::cin >> text;

Enter fullscreen mode

Exit fullscreen mode