TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Microsoft open sources C++ REST SDK "Casablanca"

47 点作者 Rooki大约 12 年前

9 条评论

charliesome大约 12 年前
Disappointed to see the continued use of wide strings in new projects.
评论 #5290652 未加载
评论 #5290611 未加载
ajross大约 12 年前
Completely off topic, but was anyone as disoriented as I was to realize they were browsing an Apache-licensed git archive on a Microsoft site? It wasn't even awful (not github, or really even gitorious, but not bad).
评论 #5290770 未加载
lmfao大约 12 年前
I really like that they used the new C++11 features like lambdas etc. Will download and dig through the source code, seems to be one of the first OS projects by a major company which feature C++11.
ajasmin大约 12 年前
From what I understand this is a REST client library for making HTTP requests and dealing with JSON. Can anyone recommend a good C++ framework for writing REST services and simple HTTP servers.
评论 #5290955 未加载
zerop大约 12 年前
What are some good web frameworks in C/C++ to implement REST API?
评论 #5290981 未加载
abcd_f大约 12 年前
It's good to see the code using K&#38;R naming convention (sans the class names starting with _).<p>On the other hand, it's written in a C++ dialect that's incompatible with the one we are using. It also has quite a few unnecessary tie-ins into the native API and MSVC compiler specifics (#pragma endregion), so as nice of a gesture this is, it's not fit well for inclusion into other projects.
CamperBob2大约 12 年前
<p><pre><code> file_stream&#60;unsignedchar&#62;::open_istream(L"myfile.txt").then([](basic_istream&#60;unsignedchar&#62; fileStream) </code></pre> I don't think I've ever seen this C++ idiom before (either the ".then" method or the use of anonymous brackets like that.) Is this common everywhere or just in Windows circles?
评论 #5290700 未加载
评论 #5291511 未加载
评论 #5291135 未加载
评论 #5291508 未加载
mskierkowski大约 12 年前
Back in the day (~4 yrs ago) there was a project called "Casablanca" at Microsoft which was supposed to be the native (C/C++) version of the Windows Communication Foundation. Is this the same "Casablanca"?
reddit_clone大约 12 年前
Is this Windows/VisualC++ only or is it portable?
评论 #5290625 未加载
评论 #5290787 未加载