News

Since the adoption of Kernel 2.6, Linux has used the udev system to handle devices such as USB connected peripherals. If you want to change the behavior when you plug something into a USB port, thi… ...
Modern C++ How To Write a Function That Returns More Than One Value Like magic, tuples make the impossible possible. Yep, we're talking here about one little corner in the Standard Template Library ...