structDemo1】的更多相关文章

structDemo1 # include <iostream.h> # include <malloc.h> enum EType{ One = ,Tow,Three }; struct S1{ int id ; ]; long version ; }; int main(void){ EType one = Tow; cout << "one = " << one << endl ; cout << "…