Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!snorkelwacker.mit.edu!bloom-beacon!eru!kth.se!ugle.unit.no!pat.tih.no!epsilon.tih.no!karlm From: karlm@epsilon.tih.no (Karl Martin Lund) Newsgroups: comp.sys.amiga.programmer Subject: Re: Lattice C++ Message-ID: <1991May08.150804.8834@edb.tih.no> Date: 8 May 91 15:08:04 GMT References: <1467@loki.une.oz.au> Sender: newsadm@edb.tih.no (News - Olet) Distribution: comp Organization: Trondheim College of Engineering Lines: 28 Nntp-Posting-Host: epsilon.tih.no 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. |> |> But how would I clear the screen first? In MS-DOS/TurboC the |> clrscr() |> function would do it. Is there any such thing in Amiga/Lattice C++ ? |> |> -- |> Kevin Pollard Internet: kevin@loki.une.oz.au |> University of NewEngland |> Northern Rivers Phone: +61 (066) 203694 |> Lismore NSW Australia "My brain hurts" I don't know for sure, but printf ("\fHello world!\n"); might work. \f should be a formfeed if my memory is up to date. Karl Martin