Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?

プログラミング (iOS, JavaScript, Jenkins, Sikuli) とMacやiPhoneなどの話題が中心のブログ Clang Language Extensionsによると、C++11のlambda式からBlocksポインタへの変換が自動で行われるみたいなので試してみました。 なお、確認にあたって利用したXcodeのバージョンは5.0 (5A1412)です。 簡単な例 拡張子を.mmにしておけば、lambdaで次のように書くことができます。 auto cmptr = [](id x, id y) -> NSComparisonResult { return [x compare:y]; }; auto array = @[ @"spam", @"foo", @"bar", @"bazz" ]; auto sorted = [array sortedArrayUsingC
Every major open-source project has its own style guide: a set of conventions (sometimes arbitrary) about how to write code for that project. It is much easier to understand a large codebase when all the code in it is in a consistent style. “Style” covers a lot of ground, from “use camelCase for variable names” to “never use global variables” to “never use exceptions.” This project (google/stylegu
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く