C++ at MEGA


Details
MEGA will host this meetup and provide food and drinks.
There are currently two talks scheduled:
- A quick introduction to MEGA's open-source SDK
The MEGA open-source SDK provides a C++ layer to fully control your MEGA account. It serves to share common functionality such as encryption, synchronisation, or data transfer across all native clients on desktop and mobile. The SDK is on GitHub: https://github.com/meganz/sdk
- My pet project: Files++
Since starting at MEGA.nz, it occurred to me that it would be nice to have a super fast, super small filesystem explorer, that worked on my local disk using std::filesystem and on my MEGA.nz account using the MEGA SDK, to help me organise my music, photos, and so on. It's also a chance to use the latest compilers, C++ standards, and tools. This talk will describe it and hopefully motivate some contributions. https://github.com/mattw-mattw/Files-plus-plus
We welcome other short contributions to this meetup. Maybe you want to talk about your favourite 10 lines of C++ code :)

C++ at MEGA