Tags: #interview #bjarne #stroustrup #cppcon16
https://channel9.msdn.com/Shows/C9-GoingNative/Bjarne-Stroustrup-Interview-atcppcon-2016
https://channel9.msdn.com/Shows/C9-GoingNative/Bjarne-Stroustrup-Interview-atcppcon-2016
Channel 9
Bjarne Stroustrup Interview at cppcon 2016 (Channel 9)
Steve Carroll and Gabriel Dos Reis chat with Bjarne Stroustrup, the inventor of C++, about his keynote this year at cppcon 2016. Bjarne talks about the past, present, and future of C++
The Daily C++ via @like
Tags: #stackoverflow #Stroustrup
At which point occurs template Instantiation binding?
http://stackoverflow.com/questions/39959072/at-which-point-occurs-template-instantiation-binding
At which point occurs template Instantiation binding?
http://stackoverflow.com/questions/39959072/at-which-point-occurs-template-instantiation-binding
Stackoverflow
At which point occurs template Instantiation binding?
This code is from "C++ programming language" by Bjarne Stroustrup (C.13.8.3 Point of Instantiation Binding)
template
void f(T value)
{
g(value);
}
void g(int v);
void h()
{
template
void f(T value)
{
g(value);
}
void g(int v);
void h()
{
Tags: #cpp16 #bjarne #stroustrup #evolution #pastpresentfuture
https://channel9.msdn.com/Events/CPP/CppCon-2016/CppCon-2016-Bjarne-Stroustrup-The-Evolution-of-C-Past-Present-and-Future
https://channel9.msdn.com/Events/CPP/CppCon-2016/CppCon-2016-Bjarne-Stroustrup-The-Evolution-of-C-Past-Present-and-Future
Channel 9
CppCon 2016: Bjarne Stroustrup "The Evolution of C++ Past, Present and Future" (Channel 9)
http://CppCon.org Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/cppcon/cppcon2016 This is a philosophical talk. It deals with ideals, aims,