Re: pythonesque constructs for c++

2007-09-12 Thread Bjoern Schliessmann
Josh wrote: > 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++. Sure, there are many. Apart from the already named, also widget libraries often bring their own tools for this. wxWidgets and Qt do, fo

Re: pythonesque constructs for c++

2007-09-12 Thread Szabolcs Horvát
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 repl