高效率的c++之如何分析网络数据包之struct关键技术

// Win32ConsoleMemoryTest.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include 
using namespace std;
struct B
{
	int j;
};
struct A
{
	int i;
	B b[0];
};
template class BT
{
public:
	BT()
		:size(a)
	{
	}
	int size;
};

int _tmain(int argc, _TCHAR* argv[])
{
	const int i = sizeof(B);
	BT bt;
	cout<b[0].j)<b[1].j)<

 

你可能感兴趣的:(高效率的c++之如何分析网络数据包之struct关键技术)