Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
boost::filesystem を学習し始めたところです。
ありがとう
path::iteratorパスを形成するディレクトリを反復処理します。パスが の場合、、、、および/a/b/c/dを反復処理します。/abcd
path::iterator
/a/b/c/d
/
a
b
c
d
directory_iterator代わりに、ディレクトリ内のファイルを反復処理します。
directory_iterator
いいえ、directory_iteratorファイルはソートされません。オペレーティング システムの呼び出しと同じ順序で返されます。