M
main()
I have a C file that needs to be linked with a C++ library.
If i link using gcc, i get some unresolved references error.
If i link using g++,its getting linked perfectly.
Is it ok to link a C file with a C++ library with g++?
What are its implications?
if you think its off topic please indicate right channels.
If i link using gcc, i get some unresolved references error.
If i link using g++,its getting linked perfectly.
Is it ok to link a C file with a C++ library with g++?
What are its implications?
if you think its off topic please indicate right channels.