Forum Discussion
Altera_Forum
Honored Contributor
20 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 su...
Altera_Forum
Honored Contributor
20 years agoThey can life together well.
Just make sure that all C++ is in a .cpp file. The compiler uses the file extention to change its mode