Month: December 2011
Following on from the previous post, this example shows an example of how to use an STL multimap to track the line number(s) associated with each word in a text …
This post aims to illustrate the power of using STL’s associative arrays as a word counter. It reads the entire contents of the text file, word-by-word, and keeps a running …
IntroductionVisual Studio 2010 contains a package that enables you to create Windows installer files for your applications. Follow these simple steps to build your own setup package for the Visual …