trouble with delimitersThanks stewbond, however in my flat file, it contains several data. [code] test, [1, 2] test, [1, 2...
trouble with delimitersThanks for your response! I need to store those individual int into a STL container "set" as I need...
trouble with delimitersHi all, I have a flat file storing data like this, Testing,[1,2,3] What I'm trying to do ...