#C++ Conversion Ops
21-Jul-93 17:13:25
Sb: #7100-#C++ Conversion Ops
Fm: Joe Sewell 74136,360
To: Bob Delaney 72255,1054
–>
By the way, is it OK to compile the TCL with Symantec C++?
<–
The whole reason the TCL source changed from .c to .cp was so it would be
compiled under THINK C for those buying THINK C 6.0, and under Symantec C++ for
those buying SC++ 6.0 for Macintosh. (FWIW, my current filename standard is:
.c = pure C, .cpp = pure C++, .cp = code that can compile under either one,
such as TCL subclasses.)
Joe