cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
[C++ CLI] ZIP library
[C++ CLI] ZIP library
May 29, 2016 at 1:01pm UTC
BAILANDO
(102)
Hello, can i ask which library is best for creating zip files?
ANd next question, how can i convert String^ to TCHAR*. THanks a lot :)
May 29, 2016 at 2:20pm UTC
BAILANDO
(102)
Solved, im using System::IO::Compression, but new last question is what i need, how to get path from where my program start, i mean, where my executable is placed
May 29, 2016 at 2:28pm UTC
BAILANDO
(102)
SOLVED
System::IO::Path::GetDirectoryName(System::Reflection::Assembly::GetExecutingAssembly()->Location);
Topic archived. No new replies allowed.