Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!munnari.oz.au!manuel!ccadfa!prolix!dac From: dac@prolix.pub.uu.oz.au (Andrew Clayton) Newsgroups: comp.sys.amiga.programmer Subject: Re: Lattice C++ Message-ID: <191d8682.ARN1df5@prolix.pub.uu.oz.au> Date: 9 May 91 11:56:18 GMT References: <1467@loki.une.oz.au> Reply-To: dac@prolix.pub.uu.oz.au Followup-To: comp.sys.amiga.programmer Organization: More like Mis~, really. Lines: 23 In article <1467@loki.une.oz.au>, Kevin Pollard writes: > I've been looking {at Lattice C++ on an Amiga. > > I've got the trusty > main() > { > printf("\nHello world\n"); > } > > working OK. > > But how would I clear the screen first? In MS-DOS/TurboC the > clrscr() This line should do it. printf("\012\nHello world\n"); ~~\ \Control-L. synchronicity? You be the judge. Dac --