4 ms·
I use C++11 and it's awesome. It's expressive like python but still maintains strict type safety. I built a (still young) curl wrapper using C++11: https://gith
by huu 11y ago
I use C++11 and it's awesome. It's expressive like python but still maintains strict type safety. I built a (still young) curl wrapper using C++11: https://github.com/whoshuu/cpr https://github.com/whoshuu/cpr
Edit: Misread the parent posts and thought they were referring to C++11. Today I learned C11 is a separate standard.
- danners 11y agoIsn't that C++11?
- FnuGk 11y agothat looks like a c++ project that uses c++11 not c11
- Devid2014 11y agoNice looking project but unfortunately it is GPL. Unlike Curl it self because it uses MIT like license.
- huu 11y agoExcellent point, I just changed the license to MIT to be consistent with curl. Thanks for catching that.
- loup-vaillant 11y agoToo bad proprietary projects can't link against it. A loss for us all. Seriously? GPL stuff can be used with any internal stuff, and almost any Free stuff. Isn't that enough? Where is the loss exactly? Edit: okay, that wasn't the author's intention, and the consistency argument is a good one (least astonishment and all that). Still, the general argument holds.