07 2013 档案

摘要:SGI explanation:http://www.sgi.com/tech/stl/stack.htmlOne might wonder why pop() returns void, instead of value_type. That is, why must one use top() and pop() to examine and remove the top element, instead of combining the two in a single member function? In fact, there is a good reason for this de 阅读全文
posted @ 2013-07-21 15:24 qsort 阅读(494) 评论(0) 推荐(0)
摘要:-frandom-seed=string This option provides a seed that GCC uses when it would otherwise use random numbers. It is used to generate certain symbol names that have to be different in every compiled file. It is also used to place unique stamps in coverage data files and the object files... 阅读全文
posted @ 2013-07-20 17:20 qsort 阅读(1118) 评论(0) 推荐(0)