What is the most elegant way to generate HALCoGen files that will be seemlessly compatible with a C++ proejct? Suppose I want to use the RM48L950 with Code Composer Studio and HALCoGen. If HALCoGen creates .c files and my C++ (C plus plus. . . for search term) creates .cpp files. Does this create a conflict? Will I need to go through and manually rename the .c files to .cpp? What else should be considered? Any exaples showing this?