use c# lines of code in visual c express edition - TechRepublic
Question
October 13, 2009 at 08:53 PM
gennady461

use c# lines of code in visual c express edition

by gennady461 . Updated 16 years, 8 months ago

I am working on visual c++ project.I want to inserta few c# lines of code:
using ICSharpCode.SharpZipLib.Zip;
FastZip fz = new FastZi();
fz.ExtractZip(filename,system_dir,””);
//what it does it unzips a zip file to a directory.
can anyone tell me what should I do to my vc++ properties so that it compiles and builds with c-sharp line of code.
Thank you, in advance.

This discussion is locked

All Comments