loadStrings()

Input / Files

Description

Reads the contents of a file and creates a vector of strings, one per line.

Syntax

std::vector loadStrings(std::string path)

Parameters

NameTypeDescription
pathstd::stringpath to the file

Returns

std::vector

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...