DBG vs printf & std::cout

Also, nobody has said where printf output actually DOES go.

Say I’m using a third-party C library – I don’t want to have to rework every line involving printf.

Is there some way to access the output?

π