Top "Casablanca" questions

Casablanca is a Microsoft incubation effort to support cloud-based client-server communication in native code using a modern asynchronous C++ API design.

Casablanca: Assembly error gcc 4.8.1 on linux centos

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 casablanca
C++ REST SDK (Casablanca) web::json iteration

https://msdn.microsoft.com/library/jj950082.aspx has following code. void IterateJSONValue() { // Create a JSON object. json::value obj; obj[…

c++ json rest casablanca