클래스1
#include struct tagInfo{int iTest;char cTest;double dTest;float fTest;};union uInfo{int iTest;char cTest;double dTest;float fTest;};//타입타파인 잡아 쓸수있다typedef union uInfo2{int iTest;char cTest;double dTest;float fTest;};typedef struct tagBingo{union{struct{float _11 , _12, _13, _14, _15,_21, _22, _23, _24 _25,_31, _32, _33, _34, _35,_41, _42, _43, _44, _45,_51, _52, _53, _54, _55};float m1[25];float..
2015. 9. 30.