This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (3 messages)
Joe, In the recorded script, you get a comment (a full line comment). For example (helping CIS along with the left chevron, as usual: on JoeS () with objectModel, ToyStore bringToFront ()
Dennis, One way or another, you are compiling C++ code using the C compiler. Make sure you name your file with an extension which is being mapped to the C++ translator. [See the extensions page of the TPM preferences to see which translator the .cp extension is going to, or…
David, >> Symantec C++ fails to inline the "max" calls in the following example Hmmm…so it does. That is triggered by the declaration long max(long,long); // Necessary for argument covnversion for max(long,int) (which of course you need unless you elect to explicitly cast the int to a long). It would…