看板 Grad-ProbAsk 關於我們 聯絡資訊
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
terrykyo:四個函數一定要寫阿 03/26 23:49