unsigned char textBuffer[] = { 0x1,0x1,0x1,0x1}
cout << "Converted: "<< (int)(*(buff + 3) >> 24 | *(buff + 2) >> 16 | *(buff + 1) >> 8 | *buff) << endl;