covertr@gtephx.UUCP (Richard E. Covert) (06/02/89)
Has anyone seen an implementation of C++ for the Atari ST yet?? I ams tudying (learning) C++ and would like a C++ compiler. I currently own Mark Wiliams C, version 3.09. Richard (gtephx!covertr) Covert
BUGGS@cup.portal.com (William Edward JuneJr) (06/06/89)
>Has anyone seen an implementation of C++ for the Atari ST yet?? >I am studying (learning) C++ and would like a C++ compiler. >Richard (gtephx!covertr) Covert Me too! How 'bout other OOPs such as SmallTalk? Ed June
fischer@iesd.dk (Lars P. Fischer) (06/12/89)
In article <4393f476.14a1f@gtephx.UUCP> covertr@gtephx.UUCP (Richard E. Covert) writes: >Has anyone seen an implementation of C++ for the >Atari ST yet?? GNU CC (gcc) has been ported to the ST. Porting GNU C++ (g++) should not be that hard, as they share most of the implementation. GCC for the ST can be found in several archives. /Lars -- Copyright 1989 Lars Fischer; you can redistribute only if your recipients can. Lars Fischer, fischer@iesd.dk, {...}!mcvax!iesd!fischer Life is hard, and then you die. - The Immaterial
wmm@sdti.SDTI.COM (William M. Miller) (06/13/89)
In article <19162@cup.portal.com> BUGGS@cup.portal.com (William Edward JuneJr) writes: >>Has anyone seen an implementation of C++ for the Atari ST yet?? The last I looked, quite a while ago, the major obstacle to porting cfront to the Atari was the lack of compilers that handled decent-length names. At the time, the limit was somewhere around seven characters, if I recall correctly, for all the available C compilers. Has this situation improved? (cfront requires at least 32-character names and preferably substantially longer ones.)
uebau02@iravcl.ira.uka.de (06/14/89)
In article <2042@iesd.dk>, fischer@iesd.dk (Lars P. Fischer) writes: > > > In article <4393f476.14a1f@gtephx.UUCP> covertr@gtephx.UUCP (Richard E. Covert) writes: >>Has anyone seen an implementation of C++ for the >>Atari ST yet?? > > GNU CC (gcc) has been ported to the ST. Porting GNU C++ (g++) should > not be that hard, as they share most of the implementation. GCC for > the ST can be found in several archives. > > /Lars > -- > Copyright 1989 Lars Fischer; you can redistribute only if your recipients can. > Lars Fischer, fischer@iesd.dk, {...}!mcvax!iesd!fischer > > Life is hard, and then you die. - The Immaterial