I want to make my c++ program cross-platform and it uses std::cos and std::sin, I have no issues with it on windows but it doesn't work on mac, why is this and how can I solve the problem?
It gives out this error "no member named cos in std"
Thanks