Show available serial portsHello, I need to get all available serial ports on Linux machine. What is the easiest way to get su...
Build 32bit project on 64bit Linux systemI suppose information below shows that I already had 32 bit lib installed: file liba.so brings : ...
Build 32bit project on 64bit Linux systemI have no installed 32 bit libraries on my system. My linker was not angry after adding -m32 switch....
Build 32bit project on 64bit Linux systemI need to compile my C++ project that is developed on 64 bit Ubuntu Eclipse to 32bit one. I know tha...
Where is defined static_cast casting rules?Hello. Code below casts int 10 to vector of size 10. But where are defined such casting rules? ...