摘要: 1. static关键字修饰的变量的生命周期的说明 #include <iostream> void incrementAndPrint() { static int s_value = 1; // static duration via static keyword. This line is o 阅读全文
posted @ 2017-08-22 18:43 yongfengnice 阅读(233) 评论(0) 推荐(0)