createOutput()

Output / Files

Description

Opens a file for binary writing. Returns a std::ofstream pointer.

Syntax

std::ofstream* createOutput(std::string path)

Parameters

NameTypeDescription
pathstd::stringpath to the file

Returns

std::ofstream*

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...