7 Topics

Member Avatar for Tom Gunn

CSV is more than just comma delimited fields. There are quoting and white space rules too. This is a short function as an example of a complete way to read CSV records line by line.

Member Avatar for moonlight01
2
370
Member Avatar for Tom Gunn

The forum is buzzing with questions about tokenizing a C++ string. This is a short function that does it and returns a vector of the tokens. As an option, the delimiter string can represent either a multichar delimiter or a collection of single char delimiters: [code] // multichar delimiter == …

Member Avatar for daviddoria
1
734
Member Avatar for Tom Gunn

Is it possible to add the last post part from the forum list to the favorites list? And maybe also a link to mark all favorite forums as read? :)

Member Avatar for Tom Gunn
0
106
Member Avatar for Tom Gunn

This is an example of how to turn numbers into words. 1473 would get translated to "one thousand four hundred seventy three", for example. The class has a simple interface and can handle any value representable by unsigned int. The implementation recursively processes groups of 3 digits using table lookups …

Member Avatar for William Hemsworth
3
512
Member Avatar for Tom Gunn

My name is Tommy, and I am a computer consultant/programmer in the USA. C# and C++ are my primary weapons, and most of my work these days is .NET based for data capture, processing, storage, and retrieval. My hobbies are gaming, music, ultimate frisbee, and cooking. My personality type is …

0
38
Member Avatar for Tom Gunn
Member Avatar for Tom Gunn

Some of the ads have the wrong z-index. The Verizon Wireless one is an example because it always stays on top of the forum and control panel dropdown menus. I can't get to some of the links that way and have to reload the page to get a different ad. …

Member Avatar for Dani
0
173

The End.