An open API service indexing awesome lists of open source software.

https://github.com/eighty4/learn-cpp


https://github.com/eighty4/learn-cpp

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# learn-cpp

- [Encoding .bmp images from raw RGB data](./encode-bitmap)
- [Build ffmpeg for encoding libvpx video](./ffmpeg-with-libvpx)
- [Inlining functions](./inlining)
- [Encoding webp images](./libwebp)
- [TLS with POSIX and Win32 sockets](./openssl)
- [Cross platform build tooling](./tooling)
- [Build and initialize v8](./v8)
- [WebRTC peer connections](./webrtc)