摘要: It isOKto pass a non-const variable to a function with const parameter; it is incorrect to pass a const variable to a function with non-const paramete... 阅读全文
posted @ 2012-04-12 11:53 chuwachen 阅读(191) 评论(0) 推荐(0)
摘要: when using #include to include header files,If using , the compiler will search the header file in the system header folder.If using "header.h", the c... 阅读全文
posted @ 2012-04-12 11:16 chuwachen 阅读(106) 评论(0) 推荐(0)