Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
tar C++ lib
Name: Gargamel Date: February 9, 2006 at 13:21:45 Pacific OS: windows XP pro + sp1 CPU/Ram: P4 - 1.8GHz, 512MB ddram
Comment:
Hi all. I would greatly appreciate any help regarding that. I need to unarchive a tar file from within a C++ program, and I don't want to use the tar application as this require to allocate another process. Does anyone know any free/open source tar library? It definitely don't have to include all of tar's options, all I need is the archive and extract features. If anyone has any idea of how to write such a feature it might help too.
Summary: No URLs, but I can tell you where I once got examples for use with my own stuff (assuming you mean the stream extractors). I tore into some Std C++ Lib implementations that came with some compilers. ...
Summary: Greetings, I would like to use a c++ static library from within a c program. It works if i use gcc and rename the .c files to .cpp, however, I am not sure if this is a good solution. Is there a bette...
Summary: Nevermind, I figured it out. With Bloodshed Dev-C++, you have to add "C:\Dev-C++\Lib\conio.o" in the "Linker Options/Optional Libs or Object Files". -Burbble ...