Category Archives: Programming
How to trace/debug if g++ doesn’t like your templates based code
#c++ #templates
Redirect output to a file without buffering on linux/mac?
https://serverfault.com/questions/294218/is-there-a-way-to-redirect-output-to-a-file-without-buffering-on-unix-linux This buffers stdout up to a line: This disables stdout buffering altogether: This disables stdout buffering altogether: