Name: Eamon 2012-08-28 19:39
Why is this line ok:
long double x = (1 / sqrt(2));
but this one isn't:
long double x = (1 / 4);
?
long double x = (1 / sqrt(2));
but this one isn't:
long double x = (1 / 4);
?
enum for information interchange is bad style because it's not as explicit as #define. C++ is shit.