V
Vu Pham
I have a project that has at least one c++ file and some other c files.
Could you please advice which one is better ( in performance ) ?
1. Convert all c files to c++ file by renaming the extension, undeclaring
the extern "C" , and code is unchanged.
2. Put as much code as possible to c files and have mixed c/++ files.
Thanks for your advice,
Vu
Could you please advice which one is better ( in performance ) ?
1. Convert all c files to c++ file by renaming the extension, undeclaring
the extern "C" , and code is unchanged.
2. Put as much code as possible to c files and have mixed c/++ files.
Thanks for your advice,
Vu