Alternatives
Products that do what Am I late to the game? Just launched my C++ app for Windows does
- 1ICIntroducting C+▲148
2012 · github.com
- 2CC
2014 · tuhdo.github.io
- 3OC
2016 · code.woboq.org
- 4AM
2019 · xmake.io
- 5IB
I love C and C++, but setting up projects can sometimes be a pain. Every time I wanted to start something new I'd spend the first hour writing CMakeLists.txt, figuring out find_package, copying boilerplate from my last project, and googling why my library isn't linking. By the time the project was actually set up I'd lost all momentum. So, I built Craft - a lightweight build and workflow tool for C and C++. Instead of writing CMake, your project configuration goes in a simple craft.toml: [project] name = "my_app" version = "0.1.0" language = "c" c_standard = 99 [build] type = "executable"…
Apr 2026 · github.com
- 6IB
Hi HN! Korean high school senior here, about to start CS in college. I built a browser engine from scratch in C++ to understand how browsers work. First time using C++, 8 weeks of development, lots of debugging—but it works! Features: - HTML parsing with error correction - CSS cascade and inheritance - Block/inline layout engine - Async image loading + caching - Link navigation + history Hardest parts: - String parsing(html, css) - Rendering - Image Caching & Layout Reflowing What I learned (beyond code): - Systematic debugging is crucial - Ship with known bugs rather than chase…
Jan 2026 · github.com
- 7OC
2012 · assembly.ynh.io
- 8BY
2021 · github.com
- 9CJ
2013 · heelhook.github.com
- 10CA
2017 · github.com
- 11NA
2020 · github.com
- 12XA
2019 · github.com
- 13BA
2018 · github.com
- 14TS
2015 · github.com
- 15CE
2019 · emun.ro
- 16AM
2021 · hdoc.io
- 17LC
2015 · slededit.com
- 18AC
I’ve spent the last ~2 years building a C/C++ IDE for Windows entirely in C99. My goal was to eliminate the bloat of the modern Visual Studio environment keeping its core features. Key Technical Highlights: Zero Dependencies: Just the Windows API Performance: Starts in 0.1ms on a twelve year old machine. It handles projects with 500k+ lines without UI lag or indexing stutters. Integrated Tools: Includes a custom-built debugger, profiler, and Intellisense engine designed for speed. Portability: It’s a single executable. No installer required. I built this because I was tired of waiting…
Mar 2026 · giovannicarlino04.itch.io
- 19HO
2014 · github.com
- 20MO
2022 · leafnode.nl
- 21HO
2024 · github.com
- 22CJ
2017 · cpp-jobs.com
- 23

Anyone like C++'s module features? Feel free to try MCPP and talk with me.
30d ago · github.com
- 24HA
2018 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →