BitMagic-C++
Functions
bvsample01_64.cpp File Reference

Example: how to use 64-bit mode. More...

#include <iostream>
#include <assert.h>
#include "bm64.h"
#include "bmundef.h"
Include dependency graph for bvsample01_64.cpp:

Go to the source code of this file.

Functions

int main (void)
  More...
 

Detailed Description

Example: how to use 64-bit mode.

By default BitMagic uses 32-bit address mode even when if it is compiled for 64-bit version. This way it supports 2^32-1 address space.

There are two ways to run BitMagic in 64-bit address mode:

  1. define BM64ADDR in your project Or
  2. include "bm64.h"

Limitations:

Definition in file bvsample01_64.cpp.