Altera_Forum
Honored Contributor
19 years agoc and cpp living together?
Hello forum,
I am working on a project using c and c++ code with eCos. I notice that eCos is written mainly in c++, but many other components in my system is written with c. This leads me to suspect that mixing c and c++ works OK if you know how. I have no trouble running an example project written in c, but when I start to incorporate cxx code files, things start to look bad. Before someone says, 'post to the eCos forum', my question is more fundamental - how do you go about mixing c and cxx code in the context of gcc and the NiosII IDE? Thanks in advance for any replies.