Posts Tagged ‘Visual Studio’

Rounding Numbers In C++

Ever wanted some handy functions to round those pesky floating point values to whole integers?

In C# you can use the Math.Round() method which has more than half a dozen overloads supporting different data types and parameters to specify the rounding technique used.

In C++ there isn’t a std::round() equivalent, so let’s take a look at the options…
Read more…

Be the first to comment - What do you think?  Posted by the big dog - May 26, 2011 at 02:40

Categories: Development   Tags: , , ,

Chasing Your Tail

This Dyslexic Dog spends more time chasing his tail than he'd like. I imagine other software developers share my frustrations. For me it's usually around trying to get dependencies to cooperate. You know - the situation for native code generation known in the Windows world as ".dll hell".

Read more...

1 comment - What do you think?  Posted by the big dog - May 20, 2011 at 14:45

Categories: Development, Internet, Microsoft   Tags: , , , , ,

Microsoft Visual Studio Express 2010 is a dog

I’ve been using various incarnations of Microsoft Visual Studio for years now. MSVC 2003 was a vast improvement over VC6, when Microsoft standardised their C++ compiler compliance, and its debugger has always been second to none. In fact, it has always been a pleasure to work with such a wonderful piece of software. That is, until now.
Read more…

Be the first to comment - What do you think?  Posted by the big dog - March 16, 2011 at 14:46

Categories: Development, Microsoft   Tags: , , , , , , ,