int _tmain(int argc, _TCHAR* argv[])  
{  
    BitMapSortDemo();  
    return 0;  
} 
Example #2
0
int main()
{
	BitMapSortDemo();
	return 0;
}