Atti Szuts
2014-09-15 13:02:44 UTC
I'd like to read zip archive format in my app, and found this helpful code:
http://wiki.wxwidgets.org/WxZipInputStream
My only problem was: in what header file is *std::auto_ptr* defined?
Example code states:
*#include <memory.h>*
But in my Linux I have to use:
*#include <memory>*
This file is under */usr/include/c++/4.6/*
Is this include format cross-platform "safe"?
thanks
http://wiki.wxwidgets.org/WxZipInputStream
My only problem was: in what header file is *std::auto_ptr* defined?
Example code states:
*#include <memory.h>*
But in my Linux I have to use:
*#include <memory>*
This file is under */usr/include/c++/4.6/*
Is this include format cross-platform "safe"?
thanks
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users