摘要: Implementing a Queue - Source Codeby Eric SuhThis source file is an implementation of the Queue class. The classis implemented with templates, and the size is determineddynamically at initialization (although the default is 500elements).For the templated class, the elements must have the operatorsd. 阅读全文
posted @ 2012-06-13 17:06 Rabbit Nick 阅读(175) 评论(0) 推荐(0) 编辑