0
cin to cout
why next code not work? cin >> cout;
2 ответов
+ 2
If you pump fuel into your car's exhaust pipe, it probably doesn't work too.
The cin object is used to get user input from the input stream into variables. The cout object isn't a variable which allows you to input to.
+ 1
cout is a reserved keyword you can't use it as a variable