13 years, 8 months ago
Highlights
Community contributions featuredAny optimization you gain is not worth the effort. Assume (correctly) that each component (DLL) is built in release mode with the proper optimizations. This is all you really ne…
13 years, 8 months ago
14 years, 11 months ago
I use vs2010 at work (we've upgraded from 2008 a while back.) We have a large solution (100+ C++ projects, ~13,000 files) : Loading the solution in 2010 is MUCH faster than…
14 years, 11 months ago
15 years ago
You're doing integer math, which is why you're not seeing any decimals points. if you change 100 to 100.0 all the terms will be upgraded to doubles.
15 years ago
Latest Activity
See all in DiscussionsAny optimization you gain is not worth the effort. Assume (correctly) that each component (DLL) is built in release mode …
13 years, 8 months ago
I use vs2010 at work (we've upgraded from 2008 a while back.) We have a large solution (100+ C++ projects, …
14 years, 11 months ago
You're doing integer math, which is why you're not seeing any decimals points. if you change 100 to 100.0 all …
15 years ago