C++
open()
Binding refers to the process that is used to convert identifiers (such as variable and function names) into machine language addresses.
Syntax:void open( const char *filename );
void open( const char *filename, openmode mode );
Example:#include
using namespace std;
int main() {
ofstream file;
file.open("file.txt");
file << "hello world!\n";
file.close();
return 0;
}
Content
License.
All information of this service is derived from the free sources and is provided solely in the form of quotations.
This service provides information and interfaces solely for the familiarization (not ownership) and under the "as is" condition.
Copyright 2016 © ELTASK.COM. All rights reserved.
Site is optimized for mobile devices.
Downloads: 568 / 158776871. Delta: 0.00256 с