摘要: 1 #include <cstdlib> 2 #include <iostream> 3 #include <ctime> 4 5 using namespace std; 6 7 int main( int argc, char *argv[]); 8 void timestamp( void); 9 10 int main( int argc, char *argv[])11 // argv : a pointer ( point to an array ( array stores pointers))12 {13 int i;14 bool VERB 阅读全文
posted @ 2013-06-03 20:26 joythink89 阅读(193) 评论(0) 推荐(0) 编辑