ホーム » 2018 » 8月

月別アーカイブ: 8月 2018

2018年8月
 1234
567891011
12131415161718
19202122232425
262728293031  

人気の投稿とページ

カテゴリー

最近の投稿

アーカイブ

ブログ統計情報

  • 120,844 アクセス




template でのキャスト

次の様なベクトルの template . template <typename T> struct Vector3 { // ... void Normalize (void) { if (Length() […]

Continue Reading →

システムメニューに項目の追加

あまり使用しないので,メモ. 「ダイアログベース」の AP に「設定」メニューの追加. コードのサンプルなどは以下の所や,CXxxDlg::OnInitDialog . MSDN CWnd::GetSystemMenu […]

Continue Reading →

PC から SMS

PC から SMS が利用できないかと思い,調べてみた. 検索すると次の様な内容がヒットする. Androidのメッセージ、PCブラウザからSMSの送受信が可能に 試してみたが,よくわからない. 2021/04/29 再 […]

Continue Reading →

pgons.Material::operator=(pgons1)

d3D_PgonsA pgsa = c3d.GetPgonsA() ; { d3D_PgonsA pa_tri ; for (long index=0 ; index<pgsa.GetCount() ; index […]

Continue Reading →