CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (1 messages)

More SC++ b… Message #7038
Hello, Here are the problems I discovered recently with the Symantec C++ compiler. I am almost sure these problems were already reported, but just in case… 1) Long floats are not supported? The following code: void LongFloater(void) { long float x; x= x+1; } produces the error message: "internal error:…