Relative Content

Tag Archive for c++writefilepty

WriteFile(hInputWrite, …) has no effect C++

I’m making a program in C++ that makes use of a pseudo-terminal using ConPTY.exe to create interactive terminal sessions. My write method to the pty is not working, please suggest some solutions.