Say I have a text file that has two integers like this:
3, 2
I do not understand pointers at all, so how would i read the text file so that it would multiply those two number and store it into an array of structs named
element* m1 = new element[size1]
this is just a small part of a much larger assignment that I am working on but I am stuck on this part.