Project

General

Profile

Talk #542

Updated by Kretz, Matthias about 10 years ago

From time to time you want your program to interact with the rest of the world via input and output files. Compared to most scripting languages this appears to be way too complicated in C++. 

 In this talk we will look at @boost::filesystem@ and the _Filesystem TS_ which is on its it's way to become part of the C++ standard library. A discussion about the alternatives: libc functions, POSIX functions, and Qt (@QDir@, @QFile@) will round it up.

Back