Month: March 2013

Articles

C++ String Toolkit (StrTk) Tokenizer

Introduction This article will present the tokenizing and splitting functionality of a simple C++ library called the String Toolkit. Tokenization in the context of string processing, is the method by which a sequence of elements are broken up or fragmented in sub-sequences called tokens. The indices in the original sequence that determine such breaks in […]

TechnoBits. All rights reserved
Back To Top