Code

2010年9月9日星期四

static variables

今天花了一天的时间教自己了static variable

  1. static variable 自动 initialize to NULL(0)
  2. static variable can pointer to a constant or variable. When pointing to a variable, that variable must be static. Same rule applies to that variable.
  3. when return a value to a static variable from a function or method, the return value should be assigned to a static variable in that function.
  4. VC++ won't tell you your static variable contains rubbish, when it points to a non-static variable.


很简单的一个问题,弄了我一天。这个在eclipse 里面用java写都会有错误提示。

3 条评论:

Olivia Lai 说...

你最近很enthu啊?一天发表好多日志。。真可惜就我一个观众,呵呵

enz 说...

想到什么就些什么咯,有时候好多天没有什么想法,有时候一天很多想法,这些都很正常啊。不一定要写一些非常深沉的东西啦。

Olivia Lai 说...

喂,你有没有看到我在你之前那篇王杰演唱会的blog的评论啊?怎么一点回复都没有。