Forwarded from AnimePix
Join for a lot beautiful wallpaper every day!
https://telegram.me/joinchat/Ba4AAT_8gBXWPg6__j95cw
https://telegram.me/joinchat/Ba4AAT_8gBXWPg6__j95cw
Tags: #video #implentation #multithread #compiletime #cpp14
https://www.youtube.com/watch?v=3N1pLtTV2Uc
https://www.youtube.com/watch?v=3N1pLtTV2Uc
YouTube
Vittorio Romeo: Implementation of a multithreaded compile-time ECS in C++14
An alternative to deep inheritance trees for game and application architecture design is "composition". Separating data from logic allows the code to be more reusable and more efficient, alongside additional benefits. Using modern C++14 features and heavy…
Tags: #cross #platform #guide #salami #method
"C++ libraries that needed to be integrated into multiple platforms..."
https://adishavit.github.io/2017/salami-method/?utm_content=bufferb9947
"C++ libraries that needed to be integrated into multiple platforms..."
https://adishavit.github.io/2017/salami-method/?utm_content=bufferb9947
videocortex.io
The Salami Method
C and C++ are probably the only viable languages for true cross-platform development.
Tags: #tutorial #libclang
"Clang, if you haven’t heard of yet, is a wonderful C++ (and other C language family) compiler. Well, not exactly a compiler, but a frontend to the LLVM compiler..."
http://shaharmike.com/cpp/libclang/
"Clang, if you haven’t heard of yet, is a wonderful C++ (and other C language family) compiler. Well, not exactly a compiler, but a frontend to the LLVM compiler..."
http://shaharmike.com/cpp/libclang/
Tags: #optimize #code
"In this post I would like to propose a technique based on levels of abstraction to transform an obscure piece of code into expressive and elegant one..."
http://www.fluentcpp.com/2017/01/03/super-expressive-code-by-raising-levels-of-abstraction/
"In this post I would like to propose a technique based on levels of abstraction to transform an obscure piece of code into expressive and elegant one..."
http://www.fluentcpp.com/2017/01/03/super-expressive-code-by-raising-levels-of-abstraction/
Fluent C++
Super expressive code by Raising Levels of Abstraction
Expressive code in C++
Tags: #function #to #function
"Since the advent of C++11 writing more functional code has become easier. Functional programming patterns and ideas are powerful additions to the C++ developer's huge toolbox..."
https://vittorioromeo.info/index/blog/passing_functions_to_functions.html
"Since the advent of C++11 writing more functional code has become easier. Functional programming patterns and ideas are powerful additions to the C++ developer's huge toolbox..."
https://vittorioromeo.info/index/blog/passing_functions_to_functions.html
Tags: #gcc #optimization
"talks about evaluating and eliminating code at compile time, and the example is fun as it triggers..."
https://kristerw.blogspot.it/2017/01/gcc-code-generation-for-c-weekly-ep-43.html
"talks about evaluating and eliminating code at compile time, and the example is fun as it triggers..."
https://kristerw.blogspot.it/2017/01/gcc-code-generation-for-c-weekly-ep-43.html
kristerw.blogspot.it
Krister Walfridsson's blog
Episode 43 of “C++ Weekly” talks about evaluating and eliminating code at compile time, and the example is fun as it triggers a few differ...
Tags: #list #mentor
"Don't be shy, don't be afraid to reach out to these engineers to ask for help any time. Make sure to introduce yourself a bit and explain what you'd like guidance on. They can help with tutoring, "
http://stephaniehurlburt.com/blog/2016/11/14/list-of-engineers-willing-to-mentor-you
"Don't be shy, don't be afraid to reach out to these engineers to ask for help any time. Make sure to introduce yourself a bit and explain what you'd like guidance on. They can help with tutoring, "
http://stephaniehurlburt.com/blog/2016/11/14/list-of-engineers-willing-to-mentor-you
Stephanie Hurlburt
List of Engineers Willing to Mentor You — Stephanie Hurlburt
Look, even more mentors outside this list! I highly encourage you to message folks on these additional lists, there are much more people on them and they tend to be more free. More mentors: https://ishansharma.github.io/twitter-mentors/ More…
Forwarded from BestChannel
Join to this channel for many discounted games!
Left4Dead2 ➡️➡️ 3.69€
Crysis3 ➡️➡️ 5.49€
And More!
👉👉 https://tttttt.me/joinchat/AAAAAEFlSRGHzfT96l-lPA
Left4Dead2 ➡️➡️ 3.69€
Crysis3 ➡️➡️ 5.49€
And More!
👉👉 https://tttttt.me/joinchat/AAAAAEFlSRGHzfT96l-lPA
Tags: #fromusers #moderncpp #video
3D Face Tracking and Reconstruction
https://www.youtube.com/watch?v=_1BBKipyR44
Watch it👍🏻
3D Face Tracking and Reconstruction
https://www.youtube.com/watch?v=_1BBKipyR44
Watch it👍🏻
YouTube
CppCon 2015: Patrik Huber “3D Face Tracking and Reconstruction using Modern C++"
http://www.Cppcon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/cppcon/cppcon2015 — In this...
Tags: #alternative #syntax #function #cpp11 #pros #cons
"C++11 introduced an alternative syntax for writing function declarations. Instead of putting the return type before the name of the function..."
https://blog.petrzemek.net/2017/01/17/pros-and-cons-of-alternative-function-syntax-in-cpp/
"C++11 introduced an alternative syntax for writing function declarations. Instead of putting the return type before the name of the function..."
https://blog.petrzemek.net/2017/01/17/pros-and-cons-of-alternative-function-syntax-in-cpp/
Tags: #mentors #from #edinburgh
Looking for a mentor?
or
Thinking of mentoring?
http://cppedinburgh.uk/mentorships.html
Looking for a mentor?
or
Thinking of mentoring?
http://cppedinburgh.uk/mentorships.html
cppedinburgh.uk
C++ Edinburgh
Meet up with fellow C++ developers in Edinburgh for talks, socialising, and networking
Tags: #cpp17 #attributes #howuse
"With C++17 three additional attributes were added to the standard which enable additional compiler warnings when used in general code..."
https://infektor.net/posts/2017-01-19-using-cpp17-attributes-today.html
"With C++17 three additional attributes were added to the standard which enable additional compiler warnings when used in general code..."
https://infektor.net/posts/2017-01-19-using-cpp17-attributes-today.html
infektor.net
Using C++17 Attributes Today
How to use C++17 standard attributes in production today.