Back in the day, we'd write some code, compile, execute, see what happened and repeat. That was testing. (Sometimes that's still what testing looks like, for better or worse.) Today, we can do a lot ...
Visual Studio 2017 and Visual Studio Code are a bit more C++-friendly now that tools have improved support. Plus: Windows 10 evaulation VMs are now updated and available. What do C and C++ developers ...
Just over 20 years have passed since Microsoft first shipped Visual Studio, which bundled development environments for C++, Visual Basic, and its Java dialect J++. Since then, the languages have ...
Two years ago, when I reviewed Visual Studio 2015, I came away thinking that Microsoft’s IDE had become the most complicated product ever, and Microsoft would have to simplify it in the future. I was ...
Take advantage of guard clauses in C# to eliminate unnecessary nested constructs and branches and enhance the readability and maintainability of your application’s code. We always strive to write ...