We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Anyone tried C++ yet. It seems to be available. I tried the following. iostream with no extension is available but the source file won't open it for some reason. On the last line of output window it says no C++ support available.
I was just curious to see how it compared to a C "hello C world"
But gave up.
#include <iostream> int main(void) { cout << "hello C++ world"\n"; return 0; }
I've started a C++ Project for the STMicro ARM0 STR912. All files without (today) the STMicro Library are in C++. It works very vell.