作者hsiehdler (hsiehdler)
看板Grad-ProbAsk
標題[問題] 95海大資結-stack
時間Thu Mar 26 18:18:44 2009
Finish the C++ program for stack
Stack<int, 10> s1;
Stack<float, 20> s2;
Stack has 4 Functions
Push //insert item
Pop //remove item
isEmpty //If the numbr of items is 0 return TRUE else return FALSE
isFull // If the stack is full return TRUE else return FALSE
1.這題要 finish 的部分是哪裡?
2.給兩個不同型態的stack,其意義又為何?
謝謝的啦~~
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 118.166.228.36
1F:推 terrykyo:四個函數一定要寫阿 03/26 23:49