Learn How To Check The 32bitness Or 64bitness Your C++ Application

If you are looking to a way to reliably determine whether C++ code is being compiled in 32 bits or 64 bits there is way to check in C++ code. For a cross platform compilation … Continue reading Learn How To Check The 32bitness Or 64bitness Your C++ Application