CommunityTips and Tricks

Introduction to CUDA development + How to set up with Visual Studio

Introduction Think about this. Have you ever thought about two things at once? If you reflect a bit, our brains are super complex but they only focus on one train of thought. Sure, a lot can happen subconsciously, but you can only be conscious about a single thing—you can’t focus on two things at once simultaneously. But what if you could? This opens up a wide array of possibilities. Imagine…
Read more
Success StoryTips and Tricks

Making a case for investing in software tools: convincing yourself, your team, and your boss

Introduction Visual Assist has been a longtime partner for coding in Visual Studio. It adds missing features and sometimes even replaces the default features in the IDE. In fact, you can even argue that Visual Assist had a direct influence as to how some of the features in Visual Studio panned out. But what makes Visual Assist (VA) such a compelling purchase? And what about it makes it a…
Read more
Tips and Tricks

Installing Virtual Machines to use Visual Studio on Mac

There are many options for IDEs for developers who are working on a Mac; however, there may still be use cases and instances where the available options are insufficient. For example some projects and client requirements may dictate the use of Microsoft’s Visual Studio (VS)—which is predominantly designed for the Windows OS. As a workaround for, what most Mac users have done (and is one of…
Read more
Tips and TricksWebinar Recap

Summer CodeFest: Magnificent or Malevolent: Maps! Measured, Monitored, & Magnified! [Mrecap]

Webinar overview:  Std::maps is a staple in the C++ world for sure. It’s reliable and useful, but in this presentation, David Millington goes a level deeper and examines how other features offered beyond the standard library can be used to maximize the usefulness of the data structure.  Quick Refresher on Maps Maps are essentially a way to store key-value pairs in an ordered structure. This…
Read more