0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

MindAdvent Calendar 2020

Day 5

mindの研究 その5

Last updated at Posted at 2020-09-14

#概要

mindが謎なので調べてみた。
vistaに入れた。
win32api叩いてみた。
hellowold書いてみた。

写真

無題.jpg

#サンプルコード

メインとは
 パス名は 文字列実体情報
 結果は 変数
 答えは 文字列実体
 文字1は 文字列実体
 「hello world!」を 文字1に 入れ
 文字1の アドレスを得て
 パス名長さで 文字列実体を獲得し パス名に 入れ
 パス名を 文字列実体を参照し アドレスを得て
 パス名の 追加余裕をつみ
 "user32"と "MessageBoxA"で
 API呼出し4 結果に 入れ
 エラー? ならば
  エラー文字列を 一行表示し 終り
 つぎに
 結果が 0より 大きい ならば
  答えを 一行表示し
 さもなければ
  「取得できませんでした」を 一行表示し
 つぎに




以上。

0
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?