Skip to content
Reviving a legacy sales kickoff in Puerto Rico.
After years of scaled-down gatherings, a global leader in high-performance roofing solutions wanted to reignite its sales kickoff event. Partnering with GoGather, the company brought more than 300 sales representatives and leaders to Puerto Rico for a week of motivation and celebration.

GoGather hosts events internationally, from large-scale conferences to luxury incentive trips.  See our top destinations →

Playa del Carmen incentive trip.

Our client is a world leader in science, with more than 50,000 employees globally. For their President's Club event, the team was looking to create a unique experience for their well-traveled team. They brought in GoGather to create a once-in-a-lifetime event to reward, inspire, and delight attendees.

Inspiration for your next event. From venues to decor, watch the latest tips for your next event.

Gather Gurus Podcast
Dive into all things corporate events, from incentive trips and the significance of branding to enhancing attendee experiences at conferences. Tune in for insightful discussions on how to elevate your events!

Just released: 2026 event trends guide. Learn all the ideas you need to make 2026 incredible!  Read it now →

Chubyzip

: For those who need a "one-line" solution, the JlCompress class allows you to extract or compress entire directories with a single function call.

To use QuaZIP in your project, you typically include it as a subproject or link it as a static library. Just remember: if you are using it as a static library, you must define the QUAZIP_STATIC macro to avoid DLL import issues .

Streamlining File Management: Why Every Qt Developer Needs QuaZIP Chubyzip

Whether you’re building a backup tool, a mod manager, or just need to unzip some assets on the fly, QuaZIP is the "gold standard" for Qt-based compression.

: Recent updates have pushed file size limits up to 4 GB, overcoming older 2 GB limitations found in early versions of Minizip. Getting Started : For those who need a "one-line" solution,

: Works seamlessly with QFile , QBuffer , and other Qt classes.

Developed by Sergey A. Tachenov, QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package. It allows you to access ZIP archives using the familiar QIODevice API, making it feel like a natural extension of the Qt ecosystem. Key Benefits for Developers Streamlining File Management: Why Every Qt Developer Needs

If you’ve ever tried to manage ZIP archives in a C++ project using the Qt library , you know it isn’t always a walk in the park. While Qt offers powerful I/O classes, native ZIP support can feel like a missing puzzle piece. That’s where comes in—a lightweight, powerful wrapper that bridges the gap between the Minizip C library and the Qt framework. What is QuaZIP?