object-c
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| object-c [2010/12/31 07:00] – suapapa | object-c [2013/08/03 05:04] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| $ cc -Wall main.m MyObject.m -lobjc_gc -ldl | $ cc -Wall main.m MyObject.m -lobjc_gc -ldl | ||
| </ | </ | ||
| + | 다음 위치에 헤더들이 있다. | ||
| + | <code bash> | ||
| + | / | ||
| + | </ | ||
| ====== tips ====== | ====== tips ====== | ||
| - | * GNUStep에서 NS로 시작하는 기본 객체들은 GNU Objective-c에서 NS가 빠진 이름으로 사용한다. | + | #import < |
| + | <code objc> | ||
| + | #import < | ||
| + | |||
| + | @compatibility_alias NSObject Object; | ||
| + | </ | ||
| ====== references ====== | ====== references ====== | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
object-c.1293778850.txt.gz · Last modified: 2013/08/03 05:04 (external edit)