Tag: C++
CUDA Development in Visual Studio 2008
by Craig Mayhew on May.30, 2011, under Code
When I started developing in cuda I had a bit of a nightmare setting up the development environment. This youtube video saved the day. Many thanks to Yuber Núñez for taking the time to make it.
Install a C++ Compiler in Ubuntu 9.04 Jaunty
by Craig Mayhew on Jul.10, 2009, under Guides/Fixes, Linux/Ubuntu
Click the System Menu and then click “Synaptic Package Manger”:

Then type gcc into the quick search box. The list may make take a moment to update. Then if you don;t have a blue box next to gcc like I have in the example then click the empty box and click “Apply” to install the gcc package.
