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
c++ txt file
c++ txt file
Apr 13, 2008 at 8:25am UTC
Reigan
(3)
How to get amount of character from .txt file?
Apr 13, 2008 at 9:04am UTC
Repentinus
(31)
Read the file into variable and include string, use namespace std and then do
var.size();
Last edited on
Apr 13, 2008 at 9:05am UTC
Topic archived. No new replies allowed.