i've been working on a project of database using file handling in c/c++ and i'm stuck as my client demands print of output which comes after search{an option used to search the data of some person in my project}. so anyone who could tell me the code or how to make it work .plz help
Well std::cout comes to mind for C++ and maybe printf() for C. If this doesn't help, post some code and a more detailed question. Jim