An open API service indexing awesome lists of open source software.

https://github.com/jmcomets/cppcon-notes


https://github.com/jmcomets/cppcon-notes

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

Notes from cppcon 2017
=====================

Take note that these are my short notes from the conference, there may be missing things and some unpopular opinions.

# Monday

- [Parallel Programming: Is It Still Hard?](https://github.com/jmcomets/cppcon-notes/blob/master/parallel-programming.md)
- [Value Semantics in C++17](https://github.com/jmcomets/cppcon-notes/blob/master/value-semantics.md)
- [folly::Function: a non-copyable alternative to std::function](https://github.com/jmcomets/cppcon-notes/blob/master/folly-function.md)

# Tuesday
- [Mocking Frameworks Considered Harmful](https://github.com/jmcomets/cppcon-notes/blob/master/mocking-frameworks-harmful.md)
- [Multi-threading is the answer, what is the question? (part 2)](https://github.com/jmcomets/cppcon-notes/blob/master/multithreading-is-the-answer-what-is-the-question-part-2.md)

# Wednesday

- [10 Core Guidelines You Should Start Using Today](https://github.com/jmcomets/cppcon-notes/blob/master/10-core-guidelines.md)
- [Compile-Time Support For Reflection](https://github.com/jmcomets/cppcon-notes/blob/master/reflection.md)
- [Reader-Writer Lock vs Mutex, understanding a lost bet](https://github.com/jmcomets/cppcon-notes/blob/master/rw-lock-vs-mutex-understanding-a-lost-bet.md)
- [An -Overly- Not so Complicated Lock-free Queue (Part 2 of N)](https://github.com/jmcomets/cppcon-notes/blob/master/an-overly-not-so-complicated-lock-free-queue-part-2-of-n.md)

# Thursday

- [Runtime Polymorphism in C++](https://github.com/jmcomets/cppcon-notes/blob/master/runtime-polymorphism.md)
- [Writing Effective Documentation for C++ Libraries](https://github.com/jmcomets/cppcon-notes/blob/master/writing-effective-documentation-for-cpp-libraries.md)
- [Naked Coroutines Live With Networking](https://github.com/jmcomets/cppcon-notes/blob/master/naked-coroutines-live-with-networking.md)