Home
|
News
|
Documentation
|
Download
ROOT Forum
Undefined reference to `std::cout'
ROOT
zhli
May 16, 2019, 1:56am
2
Put following two lines on the top of your code.
#include
< iostream >
using namespace std;
show post in topic