Hi, All ! It seems that MSP-GCC does not support C++.
Can I build a version of MSPGCC with minimal support of C++? How do I do it? If this is not possible, are there any freeware C++ to C "compiler" ? The reason for using C++: I have made a non standard FP library (based on TI FPP with 48 bits numbers) and want to use classes with overloaded operators for FP numbers. I would be nice to write: real a,b,c; c=a+b; Instead of c=Add(a,b); Thanks, Oleg.