摘要: /*----------------------------------------------------------*/ /*在c++中如何使用stl中的stack */#include #include using namespace std;int main(){stack astack; //declare a objecti... 阅读全文
posted @ 2009-08-10 19:19 莫忆往西 阅读(197) 评论(0) 推荐(0)
摘要: #pragma warning(disable:4786)#include #include #include #include #include #include #include #include using namespace std;void get_word(istream& in_stream,string& w);void insert_word(string word,list&... 阅读全文
posted @ 2009-08-10 19:05 莫忆往西 阅读(408) 评论(0) 推荐(0)