nil vs null
2011-01-25 16:12:35

"nil" should only be used in place of an "id", what we Java and C++ programmers would think of as a pointer to an object. Use NULL for non-object pointers.

Look at the declaration of that method:

-(void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object

change:(NSDictionary *)change context:(void *)context

context is a "void *" (ie a C-style pointer), so you'd definitely use NULL (which is sometimes declared as "(void *)0") rather than nil (which is of type "id").

▼ more
work list
2011-01-24 18:32:03

채권 추심 명령건 해결.

[BiKE]

1. iPhone Twitter

2. Semantic Relation Study

3. Paper.........

[SSM]

1. SNA Seminar

2. C / Algorithm test

3. Keep high attendance score.

▼ more
2학기 수강신청 준비(3)
2011-01-24 18:26:35

의학과 과목을 수강해야 하는지 확실히 문의 후 처리~!

▼ more
2학기 수강신청 준비
2011-01-24 17:38:42

공통과정 : 6학점

협동과정 : 6학점

의학석사 : 6학점

논문연구 : 6학점

연구윤리 : 2학점

관심 강좌 : 자료처리론

▼ more