C++ is not my preferred language.
I have a file that contains this:
e 225,370 35,75
I want to separate e, 225, 370, 35 and 75 from each other into a char and ints but I’m having trouble. I tried doing everything I found online and in my C++ book and still it’s not working out. Please help.
I would have an easier time doing this in Java.
1 Answer