摘要: 所谓static对象,其寿命从被构造出来直到程序结束为止,因此stack和heap-based对象都被排除。这种对象包括global对象、定义于namespace作用域内的对象,classes内、在函数内、以及在file作用域内被声明为static的对象。函数内的static对象称为local... 阅读全文
posted @ 2013-11-26 23:18 N3verL4nd 阅读(540) 评论(0) 推荐(0)