Saturday, August 08, 2009

Localization related articles

CodeProject:
Introduction to Localization (link).

Microsoft articles regarding localizing MFC projects
http://support.microsoft.com/kb/832187
http://support.microsoft.com/kb/198536
http://support.microsoft.com/kb/198846/

~ts

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...