D
Dick Bridges
I guess I'm more of a newbie than I'd thought. I simply want to wait for at
least one byte (character?) to appear and then cin.get() or cin.read() that
character - without waiting for some delimiter to appear. I would have
thought this would be a common pattern for event-driven keystroke processing
but I can't find any examples of how it would be done using c++ iostreams.
Can someone point me toward a book, article, or example?
TIA
least one byte (character?) to appear and then cin.get() or cin.read() that
character - without waiting for some delimiter to appear. I would have
thought this would be a common pattern for event-driven keystroke processing
but I can't find any examples of how it would be done using c++ iostreams.
Can someone point me toward a book, article, or example?
TIA