hello all, i was trying to compile this with ccsv6. I am building for 6678 on EVMK2H. I got the following error message
class test{
public:
static const float age =18.0;
};
Description Resource Path Location Type
#323 data member initializer is not allowed hello.h /helloworld line 18 C/C++ Problem
any idea why thats happening?