I have Python code talking to a C++ library which only takes filenames. I want it to read from stdin. On Unix machines I can use \"/dev/stdin\". I thought I could use the sp
I may be misinterpreting your question - you know about cin and stdin, right? If you need a real live winapi handle for ReadFile or whatever, use GetStdHandle(STD_INPUT_HANDLE)