首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
structDemo1
】的更多相关文章
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 << "…