東方算程譚

Oriental Code Talk ── επιστημηが与太をこく、弾幕とは無縁のシロモノ。

目次

Blog 利用状況

ニュース

著作とお薦めの品々は

著作とお薦めの品々は
東方熱帯林へ。

あわせて読みたい

わんくま

  1. 東京勉強会#2
    C++/CLI カクテル・レシピ
  2. 東京勉強会#3
    template vs. generics
  3. 大阪勉強会#6
    C++むかしばなし
  4. 東京勉強会#7
    C++むかしばなし
  5. 東京勉強会#8
    STL/CLRによるGeneric Programming
  6. TechEd 2007 @YOKOHAMA
    C++・C++/CLI・C# 適材適所
  7. 東京勉強会#14
    Making of BOF
  8. 東京勉強会#15
    状態遷移
  9. 名古屋勉強会#2
    WinUnit - お気楽お手軽UnitTest

CodeZine

  1. Cで実現する「ぷちオブジェクト指向」
  2. CUnitによるテスト駆動開発
  3. SQLiteで組み込みDB体験(2007年版)
  4. C++/CLIによるCライブラリの.NET化
  5. C# 1.1からC# 3.0まで~言語仕様の進化
  6. BoostでC++0xのライブラリ「TR1」を先取りしよう (1)
  7. BoostでC++0xのライブラリ「TR1」を先取りしよう (2)
  8. BoostでC++0xのライブラリ「TR1」を先取りしよう (3)
  9. BoostでC++0xのライブラリ「TR1」を先取りしよう (4)
  10. BoostでC++0xのライブラリ「TR1」を先取りしよう (5)
  11. C/C++に対応した、もうひとつのUnitTestFramework ─ WinUnit
  12. SQLiteで"おこづかいちょう"
  13. STL/CLRツアーガイド
  14. マージ・ソート : 巨大データのソート法
  15. ヒープソートのアルゴリズム
  16. C++0xの新機能「ラムダ式」を次期Visual Studioでいち早く試す
  17. .NETでマンデルブロ集合を描く
  18. .NETでマンデルブロ集合を描く(後日談)
  19. C++/CLI : とある文字列の相互変換(コンバージョン)
  20. インテルTBBによる選択ソートの高速化
  21. インテルTBB3.0 によるパイプライン処理
  22. Visual C++ 2010に追加されたSTLアルゴリズム
  23. Visual C++ 2010に追加されたSTLコンテナ「forward_list」
  24. shared_ptrによるObserverパターンの実装
  25. .NETでマンデルブロ集合を描く(番外編) ── OpenCLで超並列コンピューティング
  26. StateパターンでCSVを読む
  27. 状態遷移表からStateパターンを自動生成する
  28. 「ソートも、サーチも、あるんだよ」~標準C++ライブラリにみるアルゴリズムの面白さ
  29. インテルTBBの同期メカニズム
  30. なぜsetを使っちゃいけないの?
  31. WPFアプリケーションで腕試し ~C++でもWPFアプリを
  32. C++11 : スレッド・ライブラリひとめぐり
  33. Google製のC++ Unit Test Framework「Google Test」を使ってみる
  34. メールでデータベースを更新するココロミ
  35. Visitorパターンで遊んでみたよ
  36. Collection 2題:「WPFにバインドできる辞書」と「重複を許す検索set」
  37. Visual C++ 2012:stateless-lambdaとSQLiteのぷち拡張
  38. 「Visual C++ Compiler November 2012 CTP」で追加された6つの新機能

@IT

  1. Vista時代のVisual C++の流儀(前編)Vista到来。既存C/C++資産の.NET化を始めよう!
  2. Vista時代のVisual C++の流儀(中編)MFCから.NETへの実践的移行計画
  3. Vista時代のVisual C++の流儀(後編) STL/CLRによるDocument/Viewアーキテクチャ
  4. C++開発者のための単体テスト入門 第1回 C++開発者の皆さん。テスト、ちゃんとしていますか?
  5. C++開発者のための単体テスト入門 第2回 C++アプリケーションの効率的なテスト手法(CppUnit編)
  6. C++開発者のための単体テスト入門 第3回 C++アプリケーションの効率的なテスト手法(NUnit編)

AWARDS


Microsoft MVP
for Visual Developer - Visual C++


Wankuma MVP
for いぢわる C++


Nyantora MVP
for こくまろ中国茶

Xbox

Links

記事カテゴリ

書庫

日記カテゴリ

C++/CLI、ISOに蹴られる

C++/CLI(ECMA-372)がISOに提出されました。
C++標準委員会ではこいつをISOで承認するか、
提出された言語仕様を吟味し、各国の投票が行われたワケですが、

結果: 「承認せず
    少なくともこのままでは国際規格として認められないってことです。

理由はいくつかあるのですが、大きなものとしては:
- 規格書として不備。
 "どこそこ参照"って他の規格に依存しちゃダメだろ。
- ここまでいぢくりまくったらもはやC++じゃない。
 (せめて名前からC++を抜いてくれぃ)
- 従来のC++コードはそのまま通る'はず'なのに、
 意味が変わってしまうコードがある。

…microsoftのメンツ丸つぶれな結果となりました。
つってもねー、USが反対票投じてんだぜ。
このまんま再提出したって蹴られること必定。
これからの動向に注目です。

投稿日時 : 2006年9月12日 10:03

コメントを追加

# C++/CLI ISOはだめか 2006/09/12 12:17 中の技術日誌ブログ

C++/CLI ISOはだめか

# re: C++/CLI、ISOに蹴られる 2006/09/12 12:53 じゃんぬ

書類は全部整備するとして、名称については、
CLI-C か何かにすればいいですよねん。
C++/CLI は、検索エンジン的にもイヤんですから。

# re: C++/CLI、ISOに蹴られる 2006/09/12 13:07 επιστημη

残念ながら。

再提出のつもりがあるなら今回の指摘事項をきっちり
潰しておかないと門前払い食わされるっしょぉね。

# re: C++/CLI、ISOに蹴られる 2006/09/12 18:34 ヽ(゚∀。)ノうぇね

 頂いたあれ、読ませていただいたんですけど、US の拒否の理由が印象深かったです。
「しばらく市場の洗礼を受けてから出直せ」
 これなら仕方がないと思いましたですoTL
 実際、仕様書としては「将来のためにリザーブ」なんてのが多いので、Ecma の方で3版ぐらいになるまで練り上げて、混合型とか、デリゲート・コンストラクタとかも組み込んだ上で、再度提出した方がいいかなぁ、と。
 まぁ、MS も腰を据えてがんばって欲しいです。C++VES バインディングの標準規格になるくらい仕様を拡張して欲しいと夢想するですよ。はい。

# re: C++/CLI、ISOに蹴られる 2006/09/12 22:47 επιστημη

>「しばらく市場の洗礼を受けてから出直せ」

てくえどぱーちーでMSKKの中の人とも話してたんですよね。
「まだ出たばっかしで十分評価されてないし、以降のC#/C++0xを追っかけたりせにゃならんだろから、今テキトーに通ってしまうよかしばらく漬け込んどくのもいいかもねー(枯笑」なんて。

# C++/CLI、ISO で承認されず 2006/09/13 10:42 じゃんぬねっと日誌

C++/CLI、ISO で承認されず

# It's difficult to find experienced people for this subject, but you seem like you know what you're talking about! Thanks 2019/05/29 12:40 It's difficult to find experienced people for this

It's difficult to find experienced people for this subject,
but you seem like you know what you're talking about!
Thanks

# I just like the valuable info you provide in your articles. I'll bookmark your weblog and take a look at once more right here frequently. I am relatively certain I will learn lots of new stuff right here! Best of luck for the next! 2019/05/30 20:56 I just like the valuable info you provide in your

I just like the valuable info you provide in your
articles. I'll bookmark your weblog and take a look at once more
right here frequently. I am relatively certain I will learn lots of new stuff right here!
Best of luck for the next!

# I'm not sure exactly why but this site is loading incredibly slow for me. Is anyone else having this issue or is it a problem on my end? I'll check back later and see if the problem still exists. 2019/05/31 4:42 I'm not sure exactly why but this site is loading

I'm not sure exactly why but this site is loading incredibly
slow for me. Is anyone else having this issue or is it a
problem on my end? I'll check back later and see if the problem still exists.

# What's up, its good paragraph about media print, we all be aware of media is a enormous source of facts. 2019/06/06 4:01 What's up, its good paragraph about media print, w

What's up, its good paragraph about media print, we all be aware of media is a enormous source of facts.

# You made some really good points there. I looked on the web for additional information about the issue and found most individuals will go along with your views on this site. 2019/06/07 6:14 You made some really good points there. I looked

You made some really good points there. I looked on the web for additional information about the issue
and found most individuals will go along with your views
on this site.

# Heya i am for the first time here. I found this board and I find It truly useful & it helped me out a lot. I hope to give something back and aid others like you helped me. 2019/06/22 15:07 Heya i am for the first time here. I found this bo

Heya i am for the first time here. I found this board and I find It truly
useful & it helped me out a lot. I hope to give something back
and aid others like you helped me.

# WlAiXhYCBhyaeM 2021/07/03 3:41 https://www.blogger.com/profile/060647091882378654

Major thanks for the post.Much thanks again.

# re: C++/CLI?ISO????? 2021/07/23 10:35 hydroxychloriquine

chloroquine natural sources https://chloroquineorigin.com/# hydroxychloroquine dangers

# umthimrbtvix 2021/11/28 18:04 dwedayhfjg

https://hydroaraleneth.com/ side effects for hydroxychloroquine

# vceltoolicxs 2022/05/06 21:30 wtbevv

hydroxycloraquine https://keys-chloroquinehydro.com/

# yfiflknpebkx 2022/05/19 10:28 uonsmnsj

allergic reaction to erythromycin eye ointment https://erythromycin1m.com/#

# how long does hiv take to manifest company health insurance WordPress 2022/06/04 8:05 qgjgef

https://azithromycinfest.com/ azithromycin 500 mg tablet

# what is mco in the healthcare administration of the us health insurance obama care phpBB 2022/06/25 17:22 ventolin.beauty

albuterol 100 mcg inhaler side effects https://ventolin.beauty

# how to lower your blood pressure naturally different doctor whos 2022/07/01 19:26 furosemide.directory

https://furosemide.sbs furosemide 20 mg tabs

# how long does it take to detect aids cvs blood pressure monitor SMF 2022/07/05 14:06 sildenafiluis.com

sildenafil https://sildenafiluis.com

# why is ibuprofen bad for heart disease patients? national health care 2022/07/07 14:43 40 mg furosemide too much

lasix pills 20 mg https://furosemide.sbs

# why is there a warning about sunlight when taking high blood pressure medication healthcare it phpBB 2022/07/22 2:12 oral stromectol cost

https://stromectoltb.com/ stromectol pills for humans

# jqubmtpkgbrawassyj 2022/07/24 0:28 otcalbuterol.net

https://otcalbuterol.net albuterol generic name

# affordable health insurance for families health insurance us 2022/07/26 16:27 furosemide 100 mg

https://furosemide.directory substitute for furosemide

# doctors medical center where can i go without medical insurance to get healthcare WordPress 2022/07/30 13:43 stromectolhub.com

https://stromectolhub.com/ stromectol australia

# united healthcare vision individual health insurance companies 2022/08/01 11:22 furosemide.directory

furosemide 100 mg https://furosemide.directory

# how will senate health care bill be approved best family practice doctors 2022/08/07 13:25 ventolin hfa aer 90mcg base

what does albuterol sulfate do https://ventolinotc.com

# doctor of doctors what insurance does southern crescent womens healthcare accept phpBB 2022/08/07 13:47 stromectol.vip

https://stromectol.vip ivermectin sales

# tcs18tsngpojgrhlno 2022/08/08 5:05 stromectol 12 mg tablets

ivermectin https://stromectolgl.com ivermectin tablets

# zpkoexwzikxrjar24v 2022/08/23 22:07 where to buy ivermectin pills for humans

https://stromectolgl.com ivermectin 3mg

# ptb39abfalwsqlgwct 2022/08/31 7:18 stromectoltb.com

https://stromectoltb.com ivermectin tablets over counter for humans

# how did liberace get aids articles on health care WordPress 2022/09/01 19:24 asthma treatment

ventolin inhaler price ventolin inhaler price https://albuterol.sbs

# what does epo mean in health insurance us department of health outreach programs orlando fl WordPress 2022/09/07 1:18 otcalbuterol.net

albuterol inhaler without an rx https://otcalbuterol.net

# united states life tables 2017 department of health and human services united health way WordPress 2022/09/12 4:47 finasteride.beauty

does finasteride shrink the prostate https://finasteride.beauty

# dauq12kdf45k dvif40omxiod 2022/09/20 11:11 asthma medications inhalers online

albuterol from mexico https://ventolinrx.com

# americans no health insurance 2018 stephanie pineda asthma impact Joomla 2022/09/26 0:27 dapoxe.com

priligy online paypal dapoxetine in pakistan https://dapoxe.com

# aid89casqmfh jpp60fpvvqjc 2022/09/26 22:32 albuterolus.com

ventolin hfa inhaler price https://albuterolus.com

# qjcu53qlepkfhzldgs 2022/10/09 13:19 stromectolverb.com

ivermectin dose - https://stromectolverb.com ivermectin tablets dosage

# 1095-b health insurance marketplace statement heart disease and atherosclerosis SMF 2022/10/09 15:47 ivermectin for humans where to buy

side effects of ivermectin https://stromectoluk.com

# pof dating website https://datingonline1st.com/
gay mature dating 2023/01/18 2:16 Dating

pof dating website https://datingonline1st.com/
gay mature dating

# doors2.txt;1 2023/03/14 15:39 tjfVDfuwXJMhWVcPFw

doors2.txt;1

# fast ed meds online - https://cheapdr.top/# 2023/04/03 14:12 Dikolipo

fast ed meds online - https://cheapdr.top/#

# prednisone purchase online - https://prednisonesale.pro/# 2023/04/22 14:21 Prednisone

prednisone purchase online - https://prednisonesale.pro/#

# gnc ed pills: https://edpills.pro/# 2023/05/16 2:26 EdPillsPro

gnc ed pills: https://edpills.pro/#

# canadian pharcharmy https://pillswithoutprescription.pro/# 2023/05/16 9:20 PillsPro

canadian pharcharmy https://pillswithoutprescription.pro/#

# prednisone brand name https://prednisonepills.pro/# - cost of prednisone 5mg tablets 2023/06/05 4:41 Prednisone

prednisone brand name https://prednisonepills.pro/# - cost of prednisone 5mg tablets

# buy sildenafil 100mg for sale Learn about the best medications for managing allergies. Get here. 2023/06/23 16:37 fildena

order fildena pills https://fildena.website/ fildena 25

# fildena 150 red pill Some relative to meds. Watch message here. 2023/06/26 0:06 fildena

fildena http://www.fildena.website/

# where to buy fildena 100 Discover new approaches to treating bipolar disorder with medication. Get here. 2023/06/26 10:11 fildena

sildenafil 50mg sale https://fildena.space/ fildena

# Many thanks! I like it! hydroxychloroquine 200mg tab 2023/07/04 1:22 stromectool.com

How do you get rid of an infection in your body https://hydrotrier.com/ plaquenil 200 mg price greece

# Pills prescribing information. Short-Term Effects. stromectol buy online 2023/07/12 4:12 stramectol.com

How do you get rid of a viral infection fast?

stromectol for scabies dosage https://stromectoloff.com/ stromectol 6mg

# Paxlovid buy online https://paxlovid.life/# paxlovid price 2023/07/26 5:25 Paxlovid

Paxlovid buy online https://paxlovid.life/# paxlovid price

# eva elfie izle https://evaelfie.pro/ eva elfie 2024/03/03 10:25 EvaElfia

eva elfie izle https://evaelfie.pro/ eva elfie

タイトル
名前
URL
コメント