Hi all, I want to cout some text in another terminal. Reason is the program I am working on, when it is running, will give many error warnings although it is harmless. But these warning fill up the whole screen too quickly and I cant see my text.
std::cout<<"some text"<<std::endl;
I want the "some text" to appear in another terminal while the warnings will appear in the terminal which I called my program from. I am using Ubuntu btw!