function pointer
2011-02-17 17:09:01

안 쓰는 데 이 문법을 어떻게 기억하느냐는거지;;;

int (*fun) (int ,int );

▼ more
const
2011-02-17 16:54:33

const int와 int const는 같다..

const int* 와 int const * 도 같다..

다른 것은

int const * 와 int const * 이다.

▼ more
restore VS default setting
2011-02-17 16:30:00

in VS2010

for restoring VS default setting,

Tools -> exports and import and export setting.

▼ more
weekend work list
2011-02-17 15:50:23

[Saturday]

1. Make the draft of my paper for graduation.

2. Make question list for interview.

[Sunday]

1. Study lexical relation by half of chapter 6 in Gwanak Campus.

2. Reduce pages of SNA Paper to 9 at SCSSM.

3. Develop iPhone at SCSSM

▼ more