Hey there.
Just beginning to learn c++ on my own(not easy).
Please fogive my lack of knowledge.
I have a list of large numbers(50 digits) that i copied.
I want to split them into an integer array of size [100][50].
I dont want to have to go through and put in all the commas(obviously >4000).
Does anyone have any suggestions for an easier way.
thanks in advance.