Python wrapper for C++ STL?
Greg Jorgensen
gregj at pobox.com
Fri Dec 8 20:36:34 EST 2000
More information about the Python-list mailing list
Fri Dec 8 20:36:34 EST 2000
- Previous message (by thread): Python wrapper for C++ STL?
- Next message (by thread): Python wrapper for C++ STL?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Edward C. Jones" <edcjones at erols.com> wrote: > Has anyone written a Python wrapper for the C++ Standard Template Library? C++ templates are compile-time constructs, not run-time features. Templates are analogous to macros in C. They are not library functions that can be wrapped up and called from Python. -- Greg Jorgensen Deschooling Society Portland, Oregon, USA gregj at pobox.com
- Previous message (by thread): Python wrapper for C++ STL?
- Next message (by thread): Python wrapper for C++ STL?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list