fn: stream.close
[contents]
f++ :
n++ :
Contents
Syntax
The syntax for
name.close() stream.close(names)
@name.close() @stream.close(names)
Description
The
Note: For large scale projects you will find specifying the
f++ example
Example of
ofstream ofs("output.txt") write(ofs, "hello, world!") ofs.close
n++ example
Example of
@ofstream ofs("output.txt") @write(ofs, "hello, world!") @ofs.close