2019-06-01から1ヶ月間の記事一覧
コード 医療費控除の額がよくわからなかったので、C言語でコードを書いて試してみた。 GitHub にもある。 #include <stdio.h> #include <math.h> #include <assert.h> static int get_medical_expenses_deduction(int payed, int insurance, int income); int main(int argc, const char</assert.h></math.h></stdio.h>…
ある UIButton に対して TouchUpInside のイベントにアクションをバインドしたいとき、インターフェースビルダーを使わずに、コードで実現すると下のようになる。 @IBOutlet weak var button: UIButton! class ViewController: UIViewController { override …
🐙https://github.com/daisuke-t-jp/ 🌍https://tetsugaku.info/