User profile: liangliang

User info
User name:liangliang
History
Joined:
Number of posts:4
Latest posts:

need help with my code
#include <iostream> #include <fstream> #include <cstring> #include <iomanip> #include <cstdlib> ...

need help with my code
this is what i modified from others code..

need help with my code
ifstream inFile(“book.txt”); if(!inFile) cout<<”Error opening file\n”; else { inFile.getli...

need help with my code
Write an application in C/C++ to process library book records. The library book records should be re...