pythonesque constructs for c++
Szabolcs Horvát
szhorvat at gmail.com
Wed Sep 12 09:51:15 EDT 2007
More information about the Python-list mailing list
Wed Sep 12 09:51:15 EDT 2007
- Previous message (by thread): pythonesque constructs for c++
- Next message (by thread): pythonesque constructs for c++
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Josh wrote: > One of the best features of python is its ease of use, and the ease of use > of its modules. Modules like os, os.path, and datetime are invaluable! > > Does anyone know of analagous c++ libraries? It seems to me that most of the > functionality of these modules could easily be replicated in c++. Before I > go about doing that, I was just wondering if anyone knows if they already > exist? Check out Boost. http://www.boost.org/ http://www.boost.org/libs/filesystem/doc/index.htm http://www.boost.org/doc/html/date_time.html -- Szabolcs
- Previous message (by thread): pythonesque constructs for c++
- Next message (by thread): pythonesque constructs for c++
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list