Enumerated Type Declaration in C++. Before using it, you have to create variables of enum type:- enum bool{True,False}; // within function enum bool ...
確定! 回上一頁