L’Italian C++ Community ha organizzato la seconda edizione della conferenza italiana completamente dedicata al C++. 10 talks divisi in 2 track (di cui una completamente in Inglese), 5 speakers internazionali, 7 sponsors. Hanno partecipato alla conferenza circa 160 persone.
Articoli con tag boost
Coroutines Internals
What are coroutines and why should I care? In The Art of Computer Programming Donald Knuth introduced coroutines as an alternative to the usual function caller/callee idiom where two pieces of code were treated as cooperating equals. Coroutines can be thought of as language-level constructs that generalize subroutines by providing multiple exit/entry points. A normal […]