Join for a lot games/anime wallpaper every day!
https://telegram.me/joinchat/Ba4AAT_8gBXWPg6__j95cw
Tags: #cmake #qtcreator #visualstudio
CMake 3.7 supports a new “server” mode
https://blog.kitware.com/cmake-e-server-improves-visual-studio-and-qt-creator-ides/
Tags: #windows #runtime #winrt
The Windows Runtime (WinRT) is the technology that powers the Universal Windows Platform, letting developers write applications that are common to all Windows devices, from Xbox to PCs to HoloLens to phones.
https://blogs.windows.com/buildingapps/2016/11/28/standard-c-windows-runtime-cwinrt/#.WD0j1IuOxDk#HVR4S5d8dFkpexa1.97
Tags: #cpp17 #newfeatures #guaranteed
"A smaller, more subtle improvement it brings is guaranteed copy elision. The keyword is guaranteed, as copy elision itself has always been part of the standard."
https://jonasdevlieghere.com/guaranteed-copy-elision/
Tags: #leaky #lambdas
https://adishavit.github.io/2016/leaky-closures-captureless-lambdas/
Tags: #c #questions #puzzle
In this page, you will find a list of interesting C programming questions/puzzles
http://www.gowrikumar.com/c/index.php
Tags: #clion #newrelease #v3 #2016
In its third and final update this year, our cross-platform C/C++ IDE gets a firmer handle on modern language standards and other
https://blog.jetbrains.com/clion/2016/11/clion-2016-3-released/
Tags: #report #trip #berlin #meetingcpp
https://blog.cppse.nl/visit-to-meetingcpp-2016
http://cpptruths.blogspot.it/2016/11/dependently-typed-curried-printf.html
Tags: #programming #Cpp
Tags: #intel #errors #bounds
https://randomascii.wordpress.com/2014/10/09/intel-underestimates-error-bounds-by-1-3-quintillion/
Tags: #allocator #model #new #implementing
Judging by the recent amount of talks about the STL Allocator model it is a pretty well-known fact that is has some issues.
https://foonathan.github.io/meetingcpp2016.html
Tags: #gui #platforms
http://insights.dice.com/2016/11/18/5-cross-platform-guis-for-c/
Tags: #variadic #templates
Today I will talk about some more features that have or will be added in that area in C++11, 14 and 17.
http://arne-mertz.de/2016/11/more-variadic-templates/
Tags: #compiler #support #new #features
The following table presents compiler support for new C++ features. These include C++11, C++14, C++17 and various technical specifications.
http://en.cppreference.com/w/cpp/compiler_support
Tags: #lambda #moderncpp
"Lambda is one among them and the experts described it as a game changer in c++ programming ,So I have decided to write something very little about it🙂"
https://simpletalkaboutcplusplus.wordpress.com/2016/11/27/lambdas-on-the-fly/
Tags: #rule #one #definition
We have been hit by the same bug twice already this year. It ends in a crash, and it took developers days to find it (in each case), even though it is reproducible on each run of unit tests.
https://akrzemi1.wordpress.com/2016/11/28/the-one-definition-rule/
Tags: #processors #intel #vector #SIMD
"The art and science of microprocessor architecture is a never-ending struggling to balance complexity, ..."
http://sites.utexas.edu/jdm4372/2016/11/05/intel-discloses-vectorsimd-instructions-for-future-processors/
Tags: #github #8millions #profiles #leaked
"this incident is not about any sort of security vulnerability on GitHub's behalf, rather it relates to a trove of data from their site which was inappropriately scraped and then inadvertently exposed due to a vulnerability in another service"
https://www.troyhunt.com/8-million-github-profiles-were-leaked-from-geekedins-mongodb-heres-how-to-see-yours/?utm_content=buffer79ad8&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer
Tags: #stackoverflow #binary #operator
http://stackoverflow.com/questions/40751662/is-a-b-255-255-the-same-as-a-b-255
Tags: #web #framework #benchmark
https://www.techempower.com/benchmarks/#section=data-r13
Send your project/repo/guide/tutorial to @dailycppbot (the bot can't reply to you, and don't send spam)
Читать полностью…This channel is part of the Silicon Network (@siliconnetwork), a network of channels and groups about tech and programming.
To discover all the members, visit the network at /channel/siliconnetwork
Tags: #opengl #renderer #design
This design matches closely the idea of “Model-view-viewmodel” aka. “MVVM”
https://nlguillemot.wordpress.com/2016/11/18/opengl-renderer-design/
Tags: #meetingcpp #berlin #report
https://www.micheleadduci.net/blog/2016/11/19/meeting-cpp-trip-report/#
Tags: #start #startup #cpp
https://medium.com/swlh/starting-a-tech-startup-with-c-6b5d5856e6de#.6nabgwvsf
Tags: #expert #engineering #list
http://stephaniehurlburt.com/blog/2016/11/14/list-of-engineers-willing-to-mentor-you
Tags: #minimizing #code #declarative #vs #imperative
The idea of good code varies from person to person, from language to language, and also varies between problem domains.
http://blog.demofox.org/2016/11/13/minimizing-code-complexity-by-programming-declaratively/