i'w wondering whether there is a difference between fstream and stdio.h when processing a file with these data
10 10
P
with fstream it's easier to get the data since with stdio.h i'd need to get every single char and number with getc() and translate i t into whole numbers like 10 am i right ? is there another function in stdio.h to make things a lot easier and faster ?
please if there is even a slight difference tell me
thanx in advance