User profile: column

User info
User name:column
History
Joined:
Number of posts:7
Latest posts:

Show available serial ports
Hello, 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 system
I suppose information below shows that I already had 32 bit lib installed: file liba.so brings : ...

Build 32bit project on 64bit Linux system
I have no installed 32 bit libraries on my system. My linker was not angry after adding -m32 switch....

Build 32bit project on 64bit Linux system
I 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? ...