Path: utzoo!dptcdc!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!ucsd!sdcsvax!ucsdhub!hp-sdd!hplabs!hpda!hpcupt1!jwolf From: jwolf@hpcupt1.HP.COM (John Wolf) Newsgroups: comp.lang.c++ Subject: Re: A beginners problem with C++ Message-ID: <7050006@hpcupt1.HP.COM> Date: 15 Apr 89 17:07:55 GMT References: <973@cernvax.UUCP> Organization: Hewlett Packard, Cupertino Lines: 6 Suggestion number 1: don't use stream i/o. It's more complicated than it should be. Use standard C library i/o routines. Just redesign your program in an object oriented fashion (i.e. specify classes). That in itself will be difficult but interesting. John Wolf, HP Cupertino