2019-01-01から1年間の記事一覧

Git

Start using Git on the command linehttps://docs.gitlab.com/ee/gitlab-basics/start-using-git.html GitLabにSSHで接続するまでの手順https://qiita.com/kyamawaki/items/07fb3332cf3c2f47728a Visual Studio CodeでGitを利用するhttps://www.atmarkit.co…

VC++ アプリケーション間通信 WM_COPYDATA

SendMessageでプロセス間通信を行うhttp://kwmkt.web.fc2.com/contents/c0004.html データ送受信のサンプル(MFC) -----他のウィンドウからメッセージを受信http://tailcodenote.shisyou.com/code/cpp/003.html -----WM_COPYDATAhttp://chokuto.ifdef.jp/adva…

Device Guard

https://blog.engineer-memo.com/2016/02/25/windows-10-%E3%81%AE%E3%83%87%E3%83%90%E3%82%A4%E3%82%B9%E3%82%AC%E3%83%BC%E3%83%89%E3%81%A7%E6%9C%AA%E7%BD%B2%E5%90%8D%E3%81%AE%E3%82%A2%E3%83%97%E3%83%AA%E3%82%B1%E3%83%BC%E3%82%B7%E3%83%A7-2/ ht…

タイマー

SetTimerを使用して一定時間後にコールバック関数を呼ぶには?https://www.papy.in/bbs/vc/201001/10010004.html タイマーの使い方http://www.ne.jp/asahi/hishidama/home/tech/vcpp/timer.html c++で一定間隔で関数を実行させたいhttps://teratail.com/ques…

マルチスレッド

マルチスレッド作成https://qiita.com/yumic/items/0923368153ccc2229aca MFCでThreadを使ってみるhttps://jprogramer.com/mfc/3762 出来るだけコピペでマルチスレッドhttps://qiita.com/mm_sys/items/c79568d1b8b9b13fccbf C++でのスレッドクラスの作成http…

TimeZone

TimeZone change windows 10 mfc 既定のタイム ゾーンhttps://msdn.microsoft.com/ja-jp/library/windows/hardware/mt427466(v=vs.85).aspx→JP 東京標準時 (UTC+09:00) タイムゾーンの一覧取得について★http://cammy.co.jp/technical/2016/02/17/%E3%82%BF%E…