Posting a basic question about using C style .c
and .h
class in a C++ application.
I have a library which is meant for C but based on the documentation i can also use for C++.
Should i need to rename the two files as .cpp and .hpp before i start including them in my project ? I tried to refer existing thread but it talks about other way crom cpp to c.