[comp.lang.c] screen char to string

porterd@cssexb.csus.edu (darren porter) (02/03/90)

  In Turbo C 2.0, I am trying to read a string of characters that are on the
  screen into a C string, but I can not figure out how.  I tried using 
  gettext() with no success.  I am guessing that I would read in one character
  at a time and strcat() it into my string.  

  If anybody knows the solution, please E-mail.

  Thanks loads...