J
J.Artieda
I compile one object using gcc and another using g++ then i use g++ to link
the to objects and i get that the fuctions of the c object are unknown
references for the c++ object.
can any body explain me how can i link c code with c++ code ?
i tried extern "C" but seems that that doesn't compile with g++
thanks jorge
the to objects and i get that the fuctions of the c object are unknown
references for the c++ object.
can any body explain me how can i link c code with c++ code ?
i tried extern "C" but seems that that doesn't compile with g++
thanks jorge