VB6 has two very useful string functions: Join and Split. This code implements Join and Split functi
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++...