Christopher Hunt wrote: > Hi Mateusz, > > Thank you for your email and confirmation of GDAL's use of C++.
Hi Christopher, Welcome. By the way, I usually wrap GDAL with some *very* thin class (holder/surrogate) that manages all the basic C++ principles and idioms for me. Sometimes, boost::shared_ptr does the job very well. It's been ages since I planned to publish a thing wrapper around GDAL/OGR classes, may be one day... p.s. I'd suggest to reply to the list than privately. -- Mateusz Loskot http://mateusz.loskot.net _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
