Search Results

-1
votes

i18n-able way to get number ordinal in C++/MFC on Windows? (1->1st, 2->2nd, etc.)

Here is the piece of code on CodeProject that does the job. Haven't tried it on my own. …