超长2进制数转换为10进制

来源:百度知道 编辑:UC知道 时间:2024/05/01 13:33:30
将一个3000位的2进制数转换为10进制,请教下用C++语言怎么实现

Abstract:
Router interface with IPX stack (to be replaced by WinSock 2.0)

Author:

Vadim Eydelman

Revision History:

--*/
#ifndef _IPX_ADAPTER_
#define _IPX_ADAPTER_

typedef struct _ADDRESS_RESERVED {
UCHAR Reserved[28];
} ADDRESS_RESERVED, *PADDRESS_RESERVED;

/*++

C r e a t e S o c k e t P o r t

Routine Description:

Creates port to communicate over IPX socket with direct access to NIC

Arguments:
Socket - IPX socket number to use (network byte order)

Return Value:
Handle to communication port that provides NIC oriented interface
to IPX stack. Returns INVALID_HANDLE_VALUE if port can not be opened

--*/
HANDLE WINAPI
CreateSocketPort (
IN USHORT Socket
);

/*++

D e l e t e S o c k e t P o r t

Routine Description:

Cancel all the