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.
#include<fstream> int main() { ifstream fFeedList; fFeedList.open("/ra/file"); return 0; }
C++ で .bz2 を含むファイルを読み取る方法は? ありがとう!!
Boost iostreamsライブラリを見てみましょう。bzip などを解凍できます。