8 search resultsShowing 1~8 results

Stocked

strlen() の深淵

あらまし strlen() という関数がある。御存知の通り、文字列の長さを算出する標準 C ライブラリの関数だ。 やってることは単純で、例えば以下のように実装できる。 size_t strlen...

260
124
Comment6

DLL の delay load

目的 依存 dll を本体 exe とは別の場所に配置したい。 例えば以下のようなシチュエーション: 開発しているものがプラグイン dll であり、依存 dll を本体 exe と同じ場所に置く...

12
14
Comment2

Raw Input API を使う

目的 マウスやキーの入力を記録したい。 背景 昔はこういう目的には SetWindowsHookEx() を使うのが勧められていたように思う。この API は非常に強力で、既存のプロセスに自作の...

9
6
Comment0

8 search resultsShowing 1~8 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in