evozer·6 yıl önce·discussThere is, it's called static. Just hide it in a .cpp file and expose the real function in a header file.
evozer·6 yıl önce·discussI don't understand your example, why would(1 + 2.060) - 2.060 == 0while1 + (2.060 - 2.060) == 1?Am I just misunderstanding what you wrote?