Casablanca is a Microsoft incubation effort to support cloud-based client-server communication in native code using a modern asynchronous C++ API design.
I am trying to build casablanca, like they say on their page. Because I have gcc-4.8.1 installed using CXX=gcc-4.8 …
c++ linux gcc casablancahttps://msdn.microsoft.com/library/jj950082.aspx has following code. void IterateJSONValue() { // Create a JSON object. json::value obj; obj[…
c++ json rest casablanca