(I will show some enum type examples in C.) enum的基本語法enum identifier { enumerator-list } 1. enum裡的識別字,會以int的型態,從0開始 ...
確定! 回上一頁