Free Online C++ Editor for Testing Package Snippets #53319
Amine. KHD (aminkheddache-dotcom)
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I've been working on a tool called Pterocos (https://pterocos.eu.org/) that might be useful for testing small code snippets that use packages from vcpkg.
Key features:
Browser-based – no installation or setup needed
Monaco Editor backend (VS Code engine)
Compiles and runs C++ client-side via WebAssembly
AI-powered debugging assistance
Potential use cases:
Quickly test how a package works before integrating it into your project
Prototype code that uses specific libraries
Experiment with compiler flags and optimizations
Share reproducible examples when discussing issues
It's completely free and open-source. I'd love to hear your thoughts on how this could be improved for the vcpkg community.
Cheers!
All reactions