loadStrings()
Input / FilesDescription
Reads the contents of a file and creates a vector of strings, one per line.
Syntax
std::vector loadStrings(std::string path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | std::string | path to the file |
Returns
std::vectorRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...