タグ

CLIに関するyasufのブックマーク (4)

  • C++/CLI(CLR) のページ

    超初心者の C++/CLI(CLR) 入門 超初心者の方は C++/CLI Maneged Mode から始めて下さい。 今、C++が「C++/CLI(Common Language Infrastructure)」として大進化しています。 私も最初は「また新しい言語でも出来たのかと」うんざりしていたのですが、何のことはない「往年の言語が大復活」するのですね。 (^_^;) MS-DOS 時代のC++言語や Windows Program や Maneged Mode から DirectX まで同じ環境で作成することが出来るようになります。 MS-DOS 時代を知っている古い世代には必見の方法で、その延長として Windows Program や DirectX を作成することが出来ます。 私は vista & Visual Studio .NET2005 を使っていますが、特に

  • C++/CLI 言語仕様書 - Standard ECMA-372

    翻訳者より この翻訳は Ecma International で標準化された C++/CLI の日語訳です。 個人的な愛から始めた翻訳名ので、用語や言葉の使い方が正式に書式化されたものではなく、俗に言う「俺語翻訳」となっています。 また、英語力の不足から、怪しい翻訳部分もあるので、内容的に怪しいと感じた場合には、原文を参照してください。 Ecma の Mr. Jan van den Beld から翻訳の公開許可を頂きました。 注意 Disclaimer This is a translation of the authoritative text which Ecma published here http://www.ecma-international.org/publications/standards/ECMA-372.htm. This translated document

    yasuf
    yasuf 2011/11/29
    [C++/CLI][プログラミング]
  • System:Stringを色々な型に変換 - かせいさんとこ

    これは何? System:Stringを色々な型に変換するサンプルコードです。 経緯 VisualC++windowsFormでは、テキストボックスの入力値の型はSystem:String。 System:Stringは加工が面倒。 なので、System:Stringを色々な型に変換するユーティリティがあると便利と思い作成。 ポイント System:Stringは可変長文字列の為、char*にはキャストできない。 System::Runtime::InteropServices::Marshalは、C++/CLIでアンマネージドコードを扱うときに使う.NETのクラス。 Marshal::StringToHGlobalAnsiで、System:Stringをsjisのcharポインタに変換。 (文字コードがsjis以外なら、文字コードの変換が必要) Marshalで取得したポインタは、Ma

    System:Stringを色々な型に変換 - かせいさんとこ
  • Kuronuko.com is for sale | HugeDomains

    Working with hugedomains.com was a quick and easy process. We got to speak to multiple real people located in Colorado without having to wait on hold! Our only complaint was we felt we had to overpay more than this particular domain was worth, and we weren't able to negotiate it down to a level that we felt was fair. However, payment and delivery were seamless, and within a few hours we had all of

    Kuronuko.com is for sale | HugeDomains
    yasuf
    yasuf 2009/09/29
  • 1