Hi,
I am trying to write a C++ Console based application which collects and populates each characters typed in the console to a std::vector <char *> asynchronously without blocking the user
Can anyone help me in how to populate each char entered in std::vector <char *> .
John