• __cplusplus is not defined in .h files
    when I test the __cplusplus version in the .cpp, keil uvison shows the correct one But, when I test it in the h. file, keil uvison doesn't show the same version as in .cpp . code: #if (__cplusplus...