SyntaxFix
Write A Post
Hire A Developer
Questions
Use std::cout, since cout is defined within the std namespace. Alternatively, add a using std::cout; directive.
std::cout
cout
std
using std::cout;