A simple utility to split a concatenated vCard format file into separate files (IETF RFC 2426 - vCard MIME Directory Profile). It splits on the BEGIN:VCARD and END:VCARD tags. It was created to help import a Lotus Organizer export file into Palm Desktop
VB6 has two very useful string functions: Join and Split. This code implements Join and Split functions using STL so that you can use them in your C++ programs