DailyCpp is part of the Silicon Network (@siliconnetwork), a network of tech and programming channels and groups.
To view all of our channels and groups, visit /channel/siliconnetwork
samathy_barratt/constantly-confusing-c-const-and-constexpr-pointer-behaviour-7eddb041e15a" rel="nofollow">https://medium.com/@samathy_barratt/constantly-confusing-c-const-and-constexpr-pointer-behaviour-7eddb041e15a
Читать полностью…C++ Comma Operator
2. Nice usages
#cpp #comma
http://blog.codeisc.com/2018/01/09/cpp-comma-operator-nice-usages.html
Generic Memory allocator
https://stoyannk.wordpress.com/2017/12/28/generic-memory-allocator-for-c-part-1/
A list of resources for learning C++
#Learn #CPP
http://www.bfilipek.com/p/resources.html
Speeding up the Build of C and C++ Projects
#faster #build #time
https://www.viva64.com/en/b/0549/
A different approach for C++ 2d array.
#2d
patdhlk/c-2d-array-a-different-better-solution-6d371363ebf8" rel="nofollow">https://medium.com/@patdhlk/c-2d-array-a-different-better-solution-6d371363ebf8
Introducing Vireo: A Lightweight and Versatile Video Processing Library
#Video #editing #Open_source
https://blog.twitter.com/engineering/en_us/topics/open-source/2017/introducing-vireo.html
Learning and Teaching modern C++
#CppCon #Bjarne
https://www.youtube.com/watch?v=fX2W3nNjJIo
Programs as Data: Function Pointers
#function #pointers
https://www.cprogramming.com/tutorial/function-pointers.html
What are Templates in C++, and how to use them
#Templates #Generics
https://www.youtube.com/watch?v=I-hZkUa9mIs
C++ comma operator
#operator
http://blog.codeisc.com/2017/12/26/cpp-comma-operator-introduction.html
Lightweight and modular C++11/C++14 graphics middleware
#OpenGL #Games #Modular
http://magnum.graphics/
C++17 constexpr everything (or as much as the compiler can)
#constexpr
https://solarianprogrammer.com/2017/12/27/cpp-17-constexpr-everything-as-much-as-the-compiler-can
The bot @dailycppbot has been fixed.
You can now send your guide/repo etc to it.
And if you sent your stuff previously. Then try again
Implementation Challenge: Revisiting the visitor pattern
#virtual #visitor
http://foonathan.net/blog/2017/12/21/visitors.html
C++ core guidelines
#guidelines
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines.html#main
Meet Copperspice a set of libraries used to develop cross-platform software applications.
#Cross_platform
http://www.copperspice.com/
Mixin Classes: The Yang of the CRTP
#mixin
https://www.fluentcpp.com/2017/12/12/mixin-classes-yang-crtp/