01 2015 档案

摘要:Notes from C++ PrimerOperationsOperations of string support lots of operations ofsequential container.string s; define a new empty string object, name... 阅读全文
posted @ 2015-01-31 21:54 kid551 阅读(310) 评论(0) 推荐(0) 编辑
摘要:Notes from C++ PrimerInitialize container by iteratorWhen copy a container to another, the containertype and element type must be match at the same ti... 阅读全文
posted @ 2015-01-28 11:36 kid551 阅读(185) 评论(0) 推荐(0) 编辑
摘要:Notes from C++ PrimerFile StateCondition state is used to manage stream state, which indicates if the stream is available or recoverable.State of stre... 阅读全文
posted @ 2015-01-27 22:17 kid551 阅读(322) 评论(0) 推荐(0) 编辑
摘要:1. Define variable return_code to record the function's status.int return_code = 0;2. Define the exit flag:exit_flag, which is used by goto. This flag... 阅读全文
posted @ 2015-01-27 17:43 kid551 阅读(138) 评论(0) 推荐(0) 编辑
摘要:Notes from C++PrimerIn general, head file includes: class definition, declaration of extern variable and declaration of function.1. Head file is used ... 阅读全文
posted @ 2015-01-27 10:48 kid551 阅读(261) 评论(0) 推荐(0) 编辑
摘要:Compile Two Files:$ CC -c Main.cc Sales_item.cc # by default generates a.exe # some compilers generate a.o... 阅读全文
posted @ 2015-01-27 09:54 kid551 阅读(224) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2015-01-16 10:58 kid551 阅读(2) 评论(0) 推荐(0) 编辑
摘要:最常用的键有F3(运行代码)、F6(查看log信息)、Ctrl + / (注释代码)、Ctrl + Shift + / (取消代码注释)SAS系统一共有4类快捷键,其中部分有重复, 第一类可自定义。1. Default Key Definitions under Windows这个可以点F9快捷键或... 阅读全文
posted @ 2015-01-14 09:33 kid551 阅读(751) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示