Keep your heart with all diligence, For out of it spring the issues of life. (HolyBible Proverb 4:23) 因為一 生的果效是由心發出 (聖經箴言 4:23)
void testSimple() { queue q; setupQueue(q); while(! q.empty()){ string str = q.front(); cout << "data=" << str << "\n"; q.pop(); } }
No comments:
Post a Comment