Warning: include_once(/var/www/web/../var/bootstrap.php.cache): failed to open stream: No such file or directory in /var/www/web/app.php on line 11

Warning: include_once(): Failed opening '/var/www/web/../var/bootstrap.php.cache' for inclusion (include_path='.:') in /var/www/web/app.php on line 11

Warning: session_cache_limiter(): Cannot change cache limiter when headers already sent in /var/www/var/cache/prod/classes.php on line 91

Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /var/www/var/cache/prod/classes.php on line 91

Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /var/www/var/cache/prod/classes.php on line 203

Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /var/www/var/cache/prod/classes.php on line 203

Warning: session_set_save_handler(): Cannot change save handler when headers already sent in /var/www/var/cache/prod/classes.php on line 222
Rogiel.com — Blog — ASIO

Searching for tag ASIO

ASIO is a really amazing library and now, with C++11 it can be used completely standalone which makes it even more attractive. Using ASIO now is much more expressive: lambdas and type inference can help a lot in making code more readable and simple. I will show you how easy ASIO makes writing server software.