C++: Difference between revisions

80 bytes added ,  6 February 2020
Line 109: Line 109:
std::cout << my_path.string() << std::endl; // prints my_dir/my_file without quotes
std::cout << my_path.string() << std::endl; // prints my_dir/my_file without quotes
</syntaxhighlight>
</syntaxhighlight>
;Notes
* <code>path</code> supports implicit conversion to <code>string</code>


===Fstream===
===Fstream===