國立屏東大學 資訊工程系 物件導向程式設計
turnin code cpp.hw2
g++ -c name.cpp g++ member.cpp name.o
[02:16 junwu@ws hw3]$ ./a.out < members.dat Input: Wu Jun (0912345678) G/0.8 Input: Lin Member not found! Input: Liu Ming-Chung (0988123456) S/100 Input: Kuo Cho-Ming (0999999999) S/80 Ping (0955333222) G/0.9 Input: Quit Bye [02:16 junwu@ws hw3]$
注意:相同姓氏的人如果有一位以上時,依名字的lexicographical order印出。 本題所需之檔案,可至ws.csie.nptu.edu.tw上取得,其所在目錄為/home/stu/public/cpp2020/hw2-1 。