C++

  • Print to debug

#define watch(x) cout<<(#x)<<" is "<<(x)<<endl

Last updated