Hi friends,
I am new to C++ programming. So please help me for my problems.
I have two data files. Both have ID with some different data.
My program should read a ID in first file then it should read second file corresponding to that ID and print it out.
I tried in following way but it didnt...