How to dump STDIN to a file, using C++ STL?
- by Jimm Chen
HHello all, this is a straight forward question, but not a straight forward answer can be found by just Googling today.
Hope someone can show me a concise answer before I dig into those thick C++ books and finally find the solution out. Thank you.
I'm writing this program so to make a workaround in this issue: Why do I get 'Bad file descriptor'…