Associate III
December 12, 2016
Question
mixing code c and c++
- December 12, 2016
- 13 replies
- 6134 views
Posted on December 12, 2016 at 12:03
Hi guys.
I'm trying to write a mixing project code c and c ++.
The aim would be to take advantage of high-level libraries written in C ++ and we link these in c.
You have experience about? When having to import in C and libraries c++ and classes, where you use polymorphism and subclasses are defined, you have ideas or experience on how to act?
I work in the IAR environment and am facing this problem by
https://www.iar.com/support/tech-notes/compiler/mixing-c-and-c/
For example I should link the library in the attached file.
Thank you for answers.
#class #mix-c-and-c++