タグ

2013年4月24日のブックマーク (3件)

  • C++ポケットリファレンス

    2013年5月18日紙版発売 2013年5月18日電子版発売 高橋晶,安藤敏彦,一戸優介,楠田真矢,道化師,湯朝剛介 著 四六判/528ページ 定価3,168円(体2,880円+税10%) ISBN 978-4-7741-5715-3 ただいま弊社在庫はございません。 →書の新版が発行されています。 書のサポートページサンプルファイルのダウンロードや正誤表など このの概要 ロングセラーシリーズ・ポケットリファレンスにC++が新登場。 「逆引き形式で目的からすぐ探せる」 「サンプルコードを見ながら具体的な実装のイメージがつかめる」 という特徴で,困ったときにすぐに役立ちます。 最新のC++11と現場のスタンダードであるC++03に対応。C++のエキスパートたちが執筆した,現場で役立つ1冊です。 こんな方におすすめ C++プログラマ C++11の特徴を手っ取り早く知って,使ってみたい方

    C++ポケットリファレンス
    mumumu-tan
    mumumu-tan 2013/04/24
    C++11 に関する日本で始めての書籍。それに配慮しても書かれている。早く欲しい。
  • Find all Unicode characters from Hieroglyphs to Dingbats – Codepoints

    Home: go to the homepage Search All Planes Random Codepoints Codepoint, n. the position of a character in an encoding system. search For example: arrow, cyrillic, parenthesis, emoji Start here: Browse one by one through blocks of characters Browse Codepoints Need help? Answer questions to find matching characters Find My Codepoint Expert Search! Search for characters with particular properties Sea

  • Why @return void is bad in PHP documentation — Gary's Code: Putting an end to a bad practice

    When documenting PHP, there are two schools of thought regarding the use of @return tags in DocBlocks when the function or method being documented doesn’t actually have a return keyword: Don’t include a @return tag. Include a @return tag with a type of void. I’m not saying that either is wrong, but the second-one is most definitely as far from correct as you can get. Let’s look at the reasons. Lo