Question #176
Submitted by Answiki
on 10/14/2020 at 04:09:50 PM UTC
Which library should I include to get the C++ object cout.
Merged questions
Answer
Submitted by Answiki
on 10/15/2020 at 05:53:11 AM UTC
In C++, the cout object is declared in the library <iostream>:
#include <iostream>
Don't forget to specify the std name space: using namespace std; or std::cout<<"Hello";
Answer by Answiki on 10/15/2020 at 05:53:11 AM
In C++, the cout object is declared in the library <iostream>:
#include <iostream>
Don't forget to specify the std name space: using namespace std; or std::cout<<"Hello";
Answer by Answiki on 10/14/2020 at 04:13:55 PM
In C++; the cout object is declared in the library <iostream>:
#include <iostream>
Don't forget to specify the std name space: using namespace std; or std::cout<<"Hello";
Question by Answiki 10/14/2020 at 04:09:50 PM
Which library should I include to get the C++ object cout.
| # | ID | Query | URL | Count |
|---|---|---|---|---|
| 0 | 12476 | en | https://en.ans.wiki/176/which-library-should-i-include-to-get-the-c-plus-plus-object-cout | 7 |
Icons proudly provided by Friconix.