Building a Stopwatch using Visual Studio 2010 and C# (Beginner Video Tutorial)

First reason I chose building a stopwatch is because it is both useful and simple to implement. Second reason was that I needed a stopwatch so I made one instead of downloading it. get the tutorial from dropbox its 10Mb download https://dl.dropboxusercontent.com/u/17358151/Stopwatch-tutorial.7z get the project from dropbox https://dl.dropboxusercontent.com/u/17358151/TheStopwatch-source.7z

wxWidgets Gui Development On Windows using CodeLite (easiest way)

I just wanted to try out one of the famous cross-platform gui library (or framework) wxWidgets on some free time. After being pampered by Java and C# starting to code in C++ is not that easy. For me GUI development has been so far the easiest in C# (those data binding methods awesome). I’ve developed […]