Question
C++ in a C project
Posted on November 24, 2016 at 11:58I am working on a project with the followingNUCLEO-F401RE boardAC6 IDEA freeRTOS project with, currently, 2 tasks.I want to add a C++ class, with C wrappers into the project.I can add the files, with .cpp extensions but the eclipse doesn't compile the files.I have managed, by a set of fairly elaborate steps to 'hack' something, but I can't believe that there is no simple way to do this.Any advice appreciated,
