cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Passing a filestream
Passing a filestream
Dec 1, 2008 at 4:06am UTC
vexstorm
(31)
How would i go about setting up a value returning function that takes an infile as an input parameter??
Dec 1, 2008 at 4:07am UTC
helios
(17574)
T f(std::ifstream &fileStream)
?
Dec 1, 2008 at 4:08am UTC
vexstorm
(31)
is the std:: required if i am using namespace std? thanks for the quick response ^_^
Dec 1, 2008 at 4:17am UTC
jsmith
(5804)
No.
Topic archived. No new replies allowed.