????????????е?????????????

????????????????е?????????????????????????

?????????????????

// ????????????ж?.cpp : ??????????ó????????
//

#include "stdafx.h"
#include "String.h"
#include "iostream"
using namespace std;

 

int _tmain(int argc?? _TCHAR* argv[])
{
 typedef struct STUDENT_INFO
 {
  char num;
  int age;
  float salary;
  string name;
  string name1;//?????????????????????????????
 }*LP_STUDENT_INFO;

 cout<<"???????????е???????С???"<<sizeof(STUDENT_INFO)<<"B???"<<endl;

 string stuName;
 cout<<"???????????е?????????С???"<<sizeof(stuName)<<"B???"<<endl;

 return 0;
}

???????????????н????????????

???????????е???????????????????????????