I am using Visual Studio 6 and want to read a pipe delimited file, edit some fields and save the file. What would be the best approach for this? Could ADO help me for example? Or maybe Boost? Although I have looked into the Boost string stuff and it doesn't support VC6. Can STL help?
Sorry to ask but I don't want to waste too much time messing around with the different options as time is tight. I've already wasted time looking at Boost only to find that VC6 isn't supported.