[Solved] Detecting the difference between tabs? [closed]
[ad_1] You would store the line/string in a variable until you hit an \n. You would then, check if the string is equal, or even just contains, a single tab or, other chars also. That would be a good way, I think. I don’t know how hard this would be in C++, but I don’t … Read more