A set of C++ classes that provide Unicode UTF-8 <-> UTF-16 conversion, and load text from and save text to files using Unicode UTF-8. A demo MFC application is included (however, these classes ca...
A set of C++ classes that provide Unicode UTF-8 <-> UTF-16 conversion, and load text from and save text to files using Unicode UTF-8. A demo MFC application is included (however, these classes can be used in general non-MFC contexts, too).
Downloads: 60 | Started: Jun 5 2008 | Contributors: 1
A C++ micro chess program that attempts to be smaller than the Commodore-era Microchess...
A C++ micro chess program that attempts to be smaller than the Commodore-era Microchess...
Downloads: 36 | Started: Feb 1 2008 | Contributors: 1
FIX: Visual C++ .NET 2002 Service Pack 1 C runtime daylight saving time 2007 update for the TZ environment variable problem
FIX: Visual C++ .NET 2002 Service Pack 1 C runtime daylight saving time 2007 update for the TZ environment variable problem
Downloads: 14 | Started: Apr 9 2008 | Contributors: 5
An extension (template specialization) to marshal_as<> library of Visual C++ 2008, to convert Unicode string arrays between managed (CLR) and native (STL/C++) code.
An extension (template specialization) to marshal_as<> library of Visual C++ 2008, to convert Unicode string arrays between managed (CLR) and native (STL/C++) code.
Downloads: 13 | Started: Jun 4 2008 | Contributors: 1
KB932391 FIX: Visual C++ .NET 2005 SP1 C runtime daylight saving time 2007 update for the TZ environment variable
KB932391 FIX: Visual C++ .NET 2005 SP1 C runtime daylight saving time 2007 update for the TZ environment variable
Downloads: 11 | Started: Apr 8 2008 | Contributors: 4
Sample template for making Thread Local Storage easier to use in C++.
Sample template for making Thread Local Storage easier to use in C++.
Downloads: 6 | Started: Apr 21 2008 | Contributors: 1
KB932298: FIX: Visual C++ .NET 2003 Service Pack 1 C runtime daylight saving time 2007 update for the TZ environment variable problem
KB932298: FIX: Visual C++ .NET 2003 Service Pack 1 C runtime daylight saving time 2007 update for the TZ environment variable problem
Downloads: 6 | Started: Apr 9 2008 | Contributors: 5
A macro for Visual Studio, that decorates strings in C/C++ source code, to make them Unicode-aware, using _T() or TEXT() decoration.
A macro for Visual Studio, that decorates strings in C/C++ source code, to make them Unicode-aware, using _T() or TEXT() decoration.
Downloads: 5 | Started: May 30 2008 | Contributors: 1
! Introduction I have written code in C# that implements various string/word-storage algorithms, such as Directed Acyclic Word Graphs. These algorithms are used to design word games such as Scrabb...
! Introduction I have written code in C# that implements various string/word-storage algorithms, such as Directed Acyclic Word Graphs. These algorithms are used to design word games such as Scrabble or anagrams and also have usage in scientific pursuits in biology and genetics. ! Explanation This code page is meant to serve as an outpost for this code. I have a complete implementation in C# and C++, in Visual Studio for both and GCC for the C/C++. The DAWG algorithms have a dramatic performance advantage over hash tables, sometimes occupying 25% of the memory and also having faster performance. I think these source files can find utility in a broader range of projects, such as a spell-checker, or other string analysis or pattern matching tools. A complete write up and a series of optimization articles are available her: [url:http://dotnetperls.com/directed-acyclic-word-graphs.aspx].
Downloads: 4 | Started: Mar 14 2008 | Contributors: 1
FIX: Visual C++ .NET 2005 C runtime daylight saving time 2007 update for the TZ environment variable
FIX: Visual C++ .NET 2005 C runtime daylight saving time 2007 update for the TZ environment variable
Downloads: 3 | Started: Apr 8 2008 | Contributors: 4