I want to print a large message in c++ using cout.
example:
cout<<"Camera could not be opened in the requested access mode, because another
application (possibly on another host) is using the camera."<<endl;
but I get an error.
any help?
cerr
rather thancout
. – Thespian