主函数
#include
#include
#include "b.h"
int _tmain(int argc, _TCHAR* argv[])
{
b B;
B.putB();
B.ia.putA();
getchar();
return 0;
}
主函数
#include
#include
#include "b.h"
int _tmain(int argc, _TCHAR* argv[])
{
b B;
B.putB();
B.ia.putA();
getchar();
return 0;
}