If you get this error:
./cod2_lnxded: error while loading shared libraries: libstdc++.so.5:
cannot open shared object file: No such file or directory
Fix:
dpkg --add-architecture i386
apt-get update
apt-get install libstdc++5:i386