price;

  1. Sainatarajan

    C++ Program stops suddenly

    Question : I have to write a program to write object of class item to binary file then perform read,append,search and modify functions on the records. I have the written the following code. #include <iostream> #include <fstream> #include <cstdio> #include <cstring> #include <cstdlib> using...
Top Bottom