タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

programmingとc++に関するtaroleoのブックマーク (6)

  • はてなブログ | 無料ブログを作成しよう

    2024年下半期のフィルム写真たち ふと気がつくと2024年も残り僅か。 そしてふと振り返るとこのブログに掲載する写真がGRIIIで撮ったものばかりになっていたのだけど、決してフィルムに飽きたということではなく、フィルムはフィルムで淡々と撮り続けているし、モノクロもカラーネガもいつも通り自宅で…

    はてなブログ | 無料ブログを作成しよう
  • Re: [RFC] Convert builin-mailinfo.c to use The Better String Library. [LWN.net]

    On Wed, 5 Sep 2007, Dmitry Kakurin wrote: > > When I first looked at Git source code two things struck me as odd: > 1. Pure C as opposed to C++. No idea why. Please don't talk about portability, > it's BS. *YOU* are full of bullshit. C++ is a horrible language. It's made more horrible by the fact that a lot of substandard programmers use it, to the point where it's much much easier to generate tot

    taroleo
    taroleo 2008/12/18
    STLとboost使うのがportabilityや、メンテで問題になることは結構多い。C++もnewとかvptrの中身まで知らないと速さは追求できないし
  • bliki: Command Query Separation

    The term 'command query separation' was coined by Bertrand Meyer in his book "Object Oriented Software Construction" - a book that is one of the most influential OO books during the early days of OO. (The first edition is the one that had the influence, the second edition is good but you'll need several months in a gym before you can lift it.) The fundamental idea is that we should divide an objec

    bliki: Command Query Separation
    taroleo
    taroleo 2008/12/10
    C++では、constを使って完璧にmodifierとqueryを分けるのだけれど、これはJavaではできない概念。/Javaだとimmutable objectを設計するしかない
  • Visual C++ Team Blog : MFC Updates for Vista Common Controls

    Introduction In alignment with the Visual Studio 2022 version 17.12 release, and based upon feedback received from the community, the MSVC compiler team would like to provide greater visibility into the C++ language-level fixes for customer-reported issues that made it into the release. This is similar to how the standard library team publishes regular changelogs (see VS 2022 17.12 for reference).

    Visual C++ Team Blog : MFC Updates for Vista Common Controls
  • それ (dynamic duck typing) C++ でできるよ +α - Cry’s Diary

    http://d.hatena.ne.jp/gnarl/20080801/1217523822 元のエントリが静的なものと動的なものを比較していますので,それに対する批判としてはまったく正当なものなのでそこには異論はありません.ですが,蛇足として, static duck typing が与えられればそこから dynamic duck typing を導出することは C++ ではできるんだよにゃ,ということは指摘しておきたいのです.これは,書籍のような整理された形でまとめられていない技法を用いますので,しばしばこういう議論の中で見落とされるのですが. それ C++ でできるよ,というのはつまり,要件が「ダックタイピングだと共通の基底クラス/インタフェースがなくても統一的やりかたで『かつ動的に』メソッド呼べる」だけなら, C++ でも特に問題なく記述できる,ということです.ただし,それが簡潔

    それ (dynamic duck typing) C++ でできるよ +α - Cry’s Diary
  • 2008-10-09

    C++0x の Committee Draft が公開されました。 N2798 Working Draft, Standard for Programming Language C++ Committee Draft は、 C++0x 言語仕様のβ版みたいなものです。 2008/12/5 に開催される C++WG アドホック会議にて、 Committee Draft に対する 日のコメントを決めるための議論を行いますので、意見を募集します。 このエントリにコメントやトラックバックをいただければ、アドホック会議にて議論します。 アドホック会議への参加も募集中ですので、ぜひご参加ください。 C++WGアドホック会議開催のお知らせ 今のところ、私が見つけた問題点は以下 ・ が char16_t/char32_t に対応していない(u16coutとか?) ・ の numeric conversi

    2008-10-09
    taroleo
    taroleo 2008/10/09
    次期仕様working draft
  • 1