Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uunet!munnari.oz.au!uniwa!DIALix!steved From: steved@DIALix.oz.au (Steve Doherty) Newsgroups: comp.sys.amiga.programmer Subject: Re: Lattice C++ Message-ID: <977@DIALix.oz.au> Date: 9 May 91 05:04:47 GMT References: <1467@loki.une.oz.au> Reply-To: steved@DIALix.UUCP (Steve Doherty) Organization: DIALix Services, Perth Western Australia Lines: 25 In article <1467@loki.une.oz.au> kevin@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. > Try: main() { printf("\f\nHello World\n"); } The '\f' is the formfeed character, it should clear the screen for you. Worked for me. Cheers, Steve