createOutput()
Output / FilesDescription
Opens a file for binary writing. Returns a std::ofstream pointer.
Syntax
std::ofstream* createOutput(std::string path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | std::string | path to the file |
Returns
std::ofstream*Related
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...