C++ Compiler?
06-Jan-93 21:04:02
Sb: #31219-C++ Compiler?
Fm: Bill Roberts 76056,1613
To: Greg Comeau@Comeau Cmptg 72331,3421
Comeau C++ works very nicely with SAS 6.0 C. You can even use the
Codeprobe debugger with it. I haven't tried displaying class variables
yet, though. I have also set of a smake.def makefile which compiles the
C++ programs by clicking on the build icon on the workbench. Here is a
copy of that file
SC = SC:sc SCFLAGS = IDIR=INCLUDE: ASM = SC:asm LINK = SLINK:slink
DEFAULT
$(SC) $(SCFLAGS) $*
a.o:
$(ASM) $* -iinclude -o$*.o
c.o:
$(SC) $(SCFLAGS) $*
cp.o:
rx como $*
h.o:
delete $*.o
$(SC) $(SCFLAGS) $*
cp files are my default name for c++ source files.
Bill Roberts in Ellettsville In. via Whap!