Skip to content

Instantly share code, notes, and snippets.

@yangacer
Created November 28, 2011 14:10
Show Gist options
  • Save yangacer/1400531 to your computer and use it in GitHub Desktop.
Save yangacer/1400531 to your computer and use it in GitHub Desktop.
C++ debug util
#include <iostream>
#define CERR std::cerr << __FILE__ << ":" << \
std::dec << __LINE__ << ":" <<__FUNCTION__ << "() : "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment