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