Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

create and write to a file c++19

ofstream myfile;
myfile.open ("example.bin", ios::out | ios::app | ios::binary);
Source by www.cplusplus.com #
 
PREVIOUS NEXT
Tagged: #create #write #file
ADD COMMENT
Topic
Name
1+9 =