c++ txt file
| Reigan (3) | |||
| How to get amount of character from .txt file? | |||
| Repentinus (9) | |||
Read the file into variable and include string, use namespace std and then do
var.size(); | |||
This topic is archived - New replies not allowed.
![]() |
|||
|
C++ : Forums : Beginners : c++ txt file
|
|
|
|||||||||||||||||||||||||||||||
| Reigan (3) | |||
| How to get amount of character from .txt file? | |||
| Repentinus (9) | |||
Read the file into variable and include string, use namespace std and then do
var.size(); | |||