らんだむな記憶

blogというものを体験してみようか!的なー

Objective-C

Objective-C++サンプル

折角なのでObjective-C++をやる。 sample.{h,m}はそのままとする。んで、以下を追加あるいは変更。 #ifndef ANOTHER_H #define ANOTHER_H namespace cpp { class Another { public: Another(); ~Another(); void echo(const char* msg); }; } /* namespace c…

Objective-Cサンプル

https://developer.apple.com/jp/documentation/ProgrammingWithObjectiveC.pdfを22ページ読んだとこで飽きた もうコンパイルする!素朴なほうが理解しやすいので一番素朴なアレで。 以下のようにして、Terminalから $ clang -o test sample.m main.m -frame…

Objective-C

Cocoa Programming for OS X: The Big Nerd Ranch Guide (5th Edition) (Big Nerd Ranch Guides)がSwift(しかも今更に1.2...)なのでさっぱり分からない。 しかしObjective-Cも同じくらい分からない...。ということでさっぱり。 https://developer.apple.com/…

Xcodeプロジェクト

[git] gitのXcodeプロジェクトでの使い方 - Qiitaにあるようにgitignore/Objective-C.gitignore at master · github/gitignore · GitHubから.gitignoreを入手して配置した。 途中からやる場合にはあとからまとめて.gitignoreする方法 - Qiitaに書いてあるよ…

ヒレガス本

Cocoa Programming for OS X: The Big Nerd Ranch Guide (5th Edition) (Big Nerd Ranch Guides)を買ってみた。 Objective-Cだと思ったらSwiftだった...。 だからって4th editionを買うのかって話。GitHub - preble/Cocoa4eSolutions: Solutions to the exer…

紳士の嗜み。林檎を齧る(3)

Hopper - Downloadからガスっと。 Demo limitations are: You cannot save documents, You cannot export the disassembled file in text format, You cannot export modified binaries, Debugger backend is not available, Sessions are time limited (30 …

紳士の嗜み。林檎を齧る(2)

紳士の嗜み。林檎を齧る - らんだむな記憶を更に。 class-dump - Steve Nygardからガスっとtarballなどをダウンロードして $ tar xvfz class-dump-3.5.tar.gz して適当な場所にclass-dumpを置いておく。 $ class-dump /Applications/xxx.app/Contents/Framew…