The zlib compression library enables developers to integrate lossless compression into their application suites with ease. The benefits are saved time, space, and therefore money.
Latest Compression/Decompression Articles
Five Cents on Arithmetic Encoding
Learn about a classical arithmetic compression implementation (CACM) optimization.
A Simple Yet Highly Efficient Compressing Technique
Redundancy is very high in any text material. Simple ordering can lead to compression ratios up to 20:1 in directory listings.
Two Classes for Doing Gzip in Memory
Do Gzip compression and decompression in memory as well as allocate and deallocate memory automatically. (The demo project was updated.)
Data Compression Methods
Learn about fundamental data compression algorithms including RLE and Grayscale matrix compression.
Optimizing Tip on Adaptive Arithmetic Coding
Describes an optimization point found in the most commonly used adaptive Witten-Neal-Cleary implementation
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Migrating to ASP.NET Core 2.0
Here's a checklist to prepare for upgrading from ASP.NET Core 1.1 to 2.0.

Creating a Tile Slide Puzzle Game in VB.NET
Create a Tile Slide game with Visual Basic.NET.
Programming Devices and Activities from the Microsoft Graph APIs
With Microsoft's new Project Rome, the user experience across all platforms (Windows, iOS, or Android) will be seamless among different hardware.