Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!sdd.hp.com!uakari.primate.wisc.edu!uflorida!gatech!rutgers!rochester!pt.cs.cmu.edu!ROUGE.EDRC.CMU.EDU!vcr From: vcr@ROUGE.EDRC.CMU.EDU (V C Ramesh) Newsgroups: comp.lang.c++ Subject: Re: help with "get"; solved.. Keywords: "get" Message-ID: <10790@pt.cs.cmu.edu> Date: 17 Oct 90 22:51:57 GMT Reply-To: vcr@cs.cmu.edu (V C Ramesh) Organization: Carnegie-Mellon University, CS/RI Lines: 6 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