https://github.com/eighty4/learn-cpp
https://github.com/eighty4/learn-cpp
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eighty4/learn-cpp
- Owner: eighty4
- Created: 2025-03-12T05:15:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T05:24:45.000Z (over 1 year ago)
- Last Synced: 2025-07-04T17:11:04.025Z (12 months ago)
- Language: C++
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)