Viewing 1 item
Tag Archives: input

C++ Input and Output ( cin, cout )

In our previous tutorial, we learned about the C++ String datatype. Until know, our C++ programs haven’t been that interactive. In this tutorial we are going to fix that. We are going to talk a little more in depth about gathering input from the user and displaying the output to the terminal. C++ Standard Output  Full Article…

2