Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::clog (abbreviation of 'character log stream') is a stream for logging information.
#include <iostream> |
Screen output:
Start of program |
Qt Creator IDE output (while in debugging mode):
Log message: now in middle of program |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.