hello
im able to load a txt file in my c++ program and view its contents using debugger. Id like to be able to compare a users input to any of the values but
1. Im typing the values as: 1,10,100,1K,1M etc. When I look in the debugger it shows the commas, what is the correct way of seperating...