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:…