2008. 4. 17. 21:41
@GSMC/서용덕: DMD Programming
아우~ 진짜 어려워서 죽는 줄 알았네.
난 recursive function 아직 소화를 못 했다.
보고 이해하는 건 되는데 직접 만드는 건 무지 어렵다.
적어도 수십 개 만들어 봐야 이해할 수 있을 것 같다.
이 정도로 어렵게 느껴지는 건 C를 배운 이후 처음인 것 같다.
그동안 함수를 만들어 보지 않았던 것도 약점이 되었다.
함수를 만들려다 보니 변수명 앞에 * 붙이는 것에 대해 좀더 분명한 이해가 필요하다는 것을 깨달았다.
공부해야 할 것:
1) 함수 만들기 (만드는 버릇 들이기)
2) * (변수명) 의 활용에 대한 이해
3) recursive function 만들기 - 다양한 예제 풀어 보기
ref.
http://www.cprogramming.com/tutorial/c/lesson16.html
http://en.wikipedia.org/wiki/Recursion_%28computer_science%29
static variables
http://en.wikipedia.org/wiki/Static_variable#Static_Variables_as_Class_Variables
http://annwm.lbl.gov/~leggett/vars.html (informed by noah)
'@GSMC > 서용덕: DMD Programming' 카테고리의 다른 글
append() (0) | 2008.05.01 |
---|---|
[Steve Oualline] 10. C Preprocessor (0) | 2008.04.22 |
[Steve Oualline] 9. Variable Scope and Functions (0) | 2008.04.16 |
to calculate the exponent of a power number (0) | 2008.04.16 |
week 6 review (0) | 2008.04.16 |