Skip to content

Instantly share code, notes, and snippets.

@mstump
Created March 3, 2014 17:03
Show Gist options
  • Save mstump/9329488 to your computer and use it in GitHub Desktop.
Save mstump/9329488 to your computer and use it in GitHub Desktop.
Print value at line in file
std::cout << __FILE__ << " " << __LINE__ << " message_size: " << message_size << std::endl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment