Any good zlib tutorials out there?

Started by
3 comments, last by VumaqChaos 19 years, 10 months ago
Can''t seem to find any....................................
Advertisement
Its pretty easy to use just by looking through the zlib header file, what sort of tutorial are you looking for as I''m sure you could find an answer on these forums.
Well all I want to do is zip all of my game image/audio files in a .zip(can''t read .gz) archive and load the files from there.

Someone referred me to zlib. I''ve tried reading the header file and its all engrish to me.

(not a typo)
It''s not a tuturial as such, but you might want to look at www.chengine.com at the zipstream library

It shows it is supposed to be used.

HTH,
Willem
zlib is possibly one step too low-level for you. Maybe consider using PhysFS instead? There''s a tutorial on using it at the bottom of the front page.

[ MSVC Fixes | STL Docs | SDL | Game AI | Sockets | C++ Faq Lite | Boost
Asking Questions | Organising code files | My stuff | Tiny XML | STLPort]

This topic is closed to new replies.

Advertisement