Hello i have a file with entries like this:
M 5
R 01/01/2010 1800 2107070770
U 01/01/2010 1810 2104570770
I'm really messed up with the function that read elements..
I need a code which will read the first char and if =! M will do these:
string date=01/01/2010;
int code =1800;
int number=2107070770;