How to remove comma from input file?thanks.. but how do i break them up? as in string s = " ccc, aaa, bbb"; int a; float b; string c; ...
How to remove comma from input file?I have this problem that require some help.. I am making a program that reads data from a .txt fi...