/ Published in: C++
Expand |
Embed | Plain Text
void myfunction(ifstream &fp, ...) // use this void myfunction(ifstream fp, ...) // not this
You need to login to post a comment.
void myfunction(ifstream &fp, ...) // use this void myfunction(ifstream fp, ...) // not this
You need to login to post a comment.