+ 2

I confused

c++ at first time

14th Nov 2017, 11:30 AM
Mohammad Deek
Mohammad Deek - avatar
1 Antwort
+ 7
The cout is a predefined object of ostreamclass. It is connected with the standard output device, which is usually a display screen. The cout is used in conjunction with stream insertion operator (<<) to display the output on a console
14th Nov 2017, 11:44 AM
MsJ
MsJ - avatar