Hi,
I am testing if development with c++ is possible without to much drawbacks.
Now i have an issue i don't know how to fix. I hope someone can help me.
When I include <math.h> in an cpp file, the code size increases dramasticly compared to including it in a c file.
Can someone tell me why this is and how to solve this issue.
I do not need the object oriented library just c will do.
Thanks in advance
With regards,
Alex