Tags: #weekly #video #asm #part2
https://www.youtube.com/watch?v=R3HZJ1h2BVY&feature=youtu.be
Tags: #stackoverflow #performance #asm #codefaster
Why is this C++ code faster than assembly?
http://stackoverflow.com/questions/40354978/why-is-this-c-code-faster-than-assembly
Tags: #meetings #november2016
https://meetingcpp.com/index.php/newsreader/items/c-user-group-meetings-in-november-2016.html
Tags: #output #paramaters #fix
"There are some cases where you need to return a value from a function but cannot use the return value."
https://foonathan.github.io/blog/2016/10/26/output-parameter.html
Tags: #introduction #qt #application
This tutorial is an introduction to Qt programming and will teach you how to create an application with Qt and C++.
http://blog.davidecoppola.com/2016/10/how-to-create-an-application-with-qt-and-cpp/
Tags: #stackoverflow
C++ Get min / max value of a static constexpr array at compile time
http://stackoverflow.com/questions/40285548/c-get-min-max-value-of-a-static-constexpr-array-at-compile-time
Tags: #routing #from #javascript #includeos
"When creating a web application you need to be able to guide your users to the different content on your site"
http://blog.includeos.org/2016/10/28/routing-paths-in-includeos
Tags: #PVS-studio #linux
"Finally! Today we released the first version of PVS-Studio analyzer for Linux. Now Linux developers are getting a new powerful tool to fight bugs in the code."
http://www.viva64.com/en/b/0441/
Tags: #modernescpp #feature
"User-defined literals are a convenient feature added in C++11. "
http://arne-mertz.de/2016/10/modern-c-features-user-defined-literals/
Tags: #weekly #ep34 #assembly #part1 #video
https://www.youtube.com/watch?v=my39Gpt6bvY
Tags: #variadic #templates
"Like regular templates, variadic templates can also be used when defining classes and structures. There are several methods in C++ your use to control the generated code."
http://cppisland.com/?p=194
Tags: #mailing #preissaquah
https://isocpp.org/blog/2016/10/2016-10-pre-issaquah-mailing-available
Tags: #check #types #modernescpp
"Template Metaprogramming is programming at compile time. But what has template metaprogramming in common with the type-traits library?"
http://www.modernescpp.com/index.php/check-types
Tags: #if #evaluation #vs #readability
if statement - short circuit evaluation vs readability
http://stackoverflow.com/questions/40081279/if-statement-short-circuit-evaluation-vs-readability
Tags: #passkey #idiom #empty #classes
"After last week’s post about tag dispatch let’s have a look at another example for useful empty classes"
http://arne-mertz.de/2016/10/passkey-idiom/
Tags: #library #datetime
"Fortunately, a rich date and time library based on chrono has been created by Howard Hinnant"
http://mariusbancila.ro/blog/2016/10/31/a-better-date-and-time-c-library/
Tags: #bunch #queues #compiler #interview
A friend had a phone interview for a job in a company that I won’t name - It’s Microsoft.
corentin.jabot/stranded-with-a-c-compiler-and-a-bunch-of-queues-d347fe2d6cec#.x8q95b3dx" rel="nofollow">https://medium.com/@corentin.jabot/stranded-with-a-c-compiler-and-a-bunch-of-queues-d347fe2d6cec#.x8q95b3dx
http://blog.davidecoppola.com/2016/10/how-to-traverse-git-repository-using-libgit2-and-cpp/
Tags: #programming #Cpp #git
Tags: #cpprestsdk #newversion #available
CppRestSDK 2.9.0 is available on GitHub
https://blogs.msdn.microsoft.com/vcblog/2016/10/21/cpprestsdk-2-9-0-is-available-on-github/
Tags: #literals #modernescpp
User-defined literals are a unique feature in all mainstream programming languages.
http://www.modernescpp.com/index.php/user-defined-literals
Tags #stackoverflow
What is the rationale behind decltype behavior?
http://stackoverflow.com/questions/40282118/what-is-the-rationale-behind-decltype-behavior#
Tags: #stackoverflow #lambdas #generic
Why generic lambdas are allowed while nested structs with templated methods aren't?
http://stackoverflow.com/questions/40242505/why-generic-lambdas-are-allowed-while-nested-structs-with-templated-methods-aren
Tags: #encryption #mistakes
"6 encryption mistakes that lead to data breaches"
https://www.crypteron.com/blog/the-real-problem-with-encryption/
Tags: #obfuscated #c #competition
"I was looking through the book Expert C Programming again when I came upon their “light relief” section on The Internation Obfuscated C Code Competition. It’s a contest to write the most obscure code."
http://faehnri.ch/have-fun/
Tags: #visualstudio #code #tutorial
"Over the last few months, we have heard a lot of requests with respect to adding capability to Visual Studio Code to allow developers to build their C/C++ application."
https://blogs.msdn.microsoft.com/vcblog/2016/10/24/building-your-c-application-with-visual-studio-code/
Tags: #standard #wishlist #cpp0x
This is a list of suggested additions to the standard C++ library for the next version of C++ ("C++0x").
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1901.html
Tags: #stackoverflow #Stroustrup
At which point occurs template Instantiation binding?
http://stackoverflow.com/questions/39959072/at-which-point-occurs-template-instantiation-binding
Tags: #emulating #typedefs #strongoropaque
"Strong or opaque typedefs are a very powerful feature if you want to prevent errors with the type system "
https://foonathan.github.io/blog/2016/10/19/strong-typedefs.html
Tags: #lambdas #vittorioromeo #part2
https://vittorioromeo.info/index/blog/variants_lambdas_part_2.html