Tool/software: Code Composer Studio
Hi all, is there a recommended/easy/default way to create C++ projects in CCS for MSP430? Right now I'm create a "CCS project" with a default main.c then vicariously change main file it to main.cpp which seems to be enough to enable the c++ compiler. But this seems a bit back door. Or I've created a C++ project but this seems to be a generic Eclipse C++/MingGW tool chain.
I'm just using C++ as "a better C"...ie, static (non-dynamic/no-heap) classes, pass by reference or anything else that doesn't require an STL.
thank you,
Scott