Sunday, August 19, 2012

New CodeProject Article

Fast String Searching Using C++ STL Vectors in C#

Here is my latest article. Just published on August 19, 2012

Fast String Searching Using C++ STL Vectors in C#

This article demonstrates searching and selection in C#. It uses P-Invoke and std::vector interfaces. Either Left-match search is done using STL methods and iterators, or the DAGTree ST_enum_suggestions function is called and the results are returned in a std::vector. The vector's elements are then returned to C# using special iterator functions and marshaling.

No comments:

Post a Comment