User Tools

Site Tools


cplusplus:file_processing_examples

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
cplusplus:file_processing_examples [2019/02/11 19:15] – [Using filenames] mithatcplusplus:file_processing_examples [2019/02/11 19:17] (current) – [Using filenames] mithat
Line 80: Line 80:
  
     outfile.open(filename);            // associate file with file pointer object     outfile.open(filename);            // associate file with file pointer object
-    //outfile.open(filename.c_str());   // convert filename to C-string if pre C++11+    //outfile.open(filename.c_str());  // convert filename to C-string in pre-C++11
  
     if (!outfile)     if (!outfile)
cplusplus/file_processing_examples.1549912549.txt.gz · Last modified: 2019/02/11 19:15 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki