[comp.lang.c++] help with "get"; solved..

vcr@ROUGE.EDRC.CMU.EDU (V C Ramesh) (10/18/90)

Thanks to Dave Astels and Roy Browning
for helping out with "get".  The fix is
to follow get(char *) with get(char),
to "trap" the '\n'.

Ramesh