Hi Tony, C++ default constructors are... Foo::Foo() { ... } ...not... Foo::Foo(void) { ... } Also, 0.00 is type double, 0.00f is type float. HTH, --Eljay
Hi Tony, C++ default constructors are... Foo::Foo() { ... } ...not... Foo::Foo(void) { ... } Also, 0.00 is type double, 0.00f is type float. HTH, --Eljay