Converting Python app to C++ completely

Robert Oschler Oschler at earthlink.net
Fri Aug 30 09:32:02 EDT 2002


"John Ochiltree" <jo at johnochiltree.uklinux.net> wrote in message
news:DiIb9.7276$Cm.4480 at news-binary.blueyonder.co.uk...
> "Joseph A. Knapka" <jknapka at earthlink.net> wrote in message
> news:3D6E652B.552D76BD at earthlink.net...
> <-snip->
>
>
> To minimise memory foul ups use the keywords 'new' and 'delete' - use
these
> every time you instatiate something and you should be OK.
>

Or IMHO better yet, get Boost's smart pointer library and use them
religiously. (www.boost.org)






More information about the Python-list mailing list