I have a program that is set up like a bank database and I need to use linked list to write all the transactions into a file. Where would you implement the code to write the transactions to a file? It is set up with two .cpp files and a header file. The header contains a structure with the declaration of functions and the one .cpp is the main while the other .cpp contains all the functions operations. Would the code to write the file go in the main or just make it a function along with the other functions in the .cpp file? Any suggestions?? thanks
-K
-K
Comment