dailycpp | Technologies

Telegram-канал dailycpp - The Daily C++

1953

The best channel about C++ News! Every day a lot of news! Send your project/repo/guide/tutorial to @dailycppbot

Subscribe to a channel

The Daily C++

Tags: #visualstudio #fasterbuild #performance
With Visual Studio ‘15’ our goal is to considerably improve productivity for C++ developers.
https://blogs.msdn.microsoft.com/visualstudio/2016/10/13/faster-c-solution-load-and-build-performance-with-visual-studio-15/

Читать полностью…

The Daily C++

Tags: #stackoverflow #stdmin
Why does Release/Debug have a different result for std::min?
http://stackoverflow.com/questions/39919069/why-does-release-debug-have-a-different-result-for-stdmin

Читать полностью…

The Daily C++

Tags: #inlining

https://kristerw.blogspot.it/2016/10/c-and-code-inlining.html

Читать полностью…

The Daily C++

Tags: #compiler #bomb
DO NOT COMPILE AND RUN UNLESS YOU KNOW WHAT YOU ARE DOING.
This is a 29 byte C code that compiles to a 17,179,875,837 byte (16 GB) executable.
https://wikicoding.org/wiki/c/Compiler_Bomb/

Читать полностью…

The Daily C++

Tags: #stackoverflow #leftshift #masking
"Is masking before unsigned left shift in C/C++ too paranoid?"
http://stackoverflow.com/questions/39964651/is-masking-before-unsigned-left-shift-in-c-c-too-paranoid

Читать полностью…

The Daily C++

Tags: #tools #windows
"I have had quite a few helpful suggestions for other tools to try. Thanks!"
http://www.lenholgate.com/blog/2016/10/more-thoughts-on-c-tools-on-windows-1.html

Читать полностью…

The Daily C++

Pls help this channel, vote here:

/channel/tchannelsbot?start=dailycpp

Читать полностью…

The Daily C++

Tags: #modern #c++ #means
"What does "Modern C++" really mean?"
http://meetingcpp.com/index.php/br/items/what-does-modern-c-really-mean.html

Читать полностью…

The Daily C++

Tags: #performance #codefaster #noexcept
"That noexcept keyword is tricky, but just know that if you use it, your coding world will spin faster. "
https://visualstudiomagazine.com/articles/2016/10/01/noexcept.aspx

Читать полностью…

The Daily C++

Tags: #WinRT #GitHub
"I’m happy to announce that C++/WinRT is now available on GitHub. C++/WinRT is the future of the Modern project and the first public preview coming officially from Microsoft. "
https://moderncpp.com/2016/10/13/cppwinrt-available-on-github/

Читать полностью…

The Daily C++

If you want send here a Repositary or a Project, send it to @DailyCppBot

Читать полностью…

The Daily C++

Tags: #stackoverflow #cpp #books #recommended

http://bestprogrammingbooks.com/29-c-programming-books-recommended-stackoverflow/

Читать полностью…

The Daily C++

Tags: #conference #embo++
"Big innovation on small devices"
http://www.embo.io/

Читать полностью…

The Daily C++

Tags: #detectors #face #deeplearning
"A few years ago I added an implementation of the max-margin object-detection algorithm (MMOD) to dlib. This tool has since become quite popular as it frees the user from tedious tasks like hard negative mining. "
http://blog.dlib.net/2016/10/easily-create-high-quality-object.html

For dogs: http://blog.dlib.net/2016/10/hipsterize-your-dog-with-deep-learning.html

Читать полностью…

The Daily C++

Tags: #multidimensional #array

http://nadeausoftware.com/articles/2012/06/c_c_tip_how_loop_through_multi_dimensional_arrays_quickly

Читать полностью…

The Daily C++

Tags: #introduction #qt #gui
"With this course, my concept of teaching Qt has become reality, but I'd like to share my views on Qt with you, and give you an overview over Qt."
http://meetingcpp.com/index.php/br/items/an-introduction-into-qt.html

Читать полностью…

The Daily C++

Tags: #unsigned #conundrum
"A few weeks ago, CppCon16 conference organizer Jon Kalb gave a great little lightning talk titled “unsigned: A Guideline For Better Code“. "
https://bulldozer00.com/2016/10/16/the-unsigned-conundrum/

Читать полностью…

The Daily C++

Tags: #prototype #codemodel #codegenerator
http://ideone.com/kbcpWr

Читать полностью…

The Daily C++

Tags: #dependency #injected #exceptions
"Dependency injected exceptions or error handling"
http://www.kirit.com/Blog:/2016-10-15/Dependency%20injected%20exceptions%20or%20error%20handling

Читать полностью…

The Daily C++

Tags: #msvc #versus #clangcodegeneration
"I’m a windows PC game developer using MSVC 2015 update 1, working in C++.
More and more, I hear people talk about how great clang is, and that it generates much better code than MSVC, among other niceties."
http://blog.demofox.org/2016/10/14/a-data-point-for-msvc-vs-clang-code-generation/

Читать полностью…

The Daily C++

Tags: #overload135 #available

https://isocpp.org/blog/2016/10/overload-135-is-now-available

PDF: https://accu.org/var/uploads/journals/Overload135.pdf

Читать полностью…

The Daily C++

Tags: #optimize #returnvalues

http://marcofoco.com/?p=126

Читать полностью…

The Daily C++

Tags: #features #cpp17

http://stackoverflow.com/questions/38060436/what-are-the-new-features-in-c17

Читать полностью…

The Daily C++

Tags: #stackoverflow #overflow
At what point in the loop does integer overflow become undefined behavior?
http://stackoverflow.com/questions/39914788/at-what-point-in-the-loop-does-integer-overflow-become-undefined-behavior

Читать полностью…

The Daily C++

Tags: #cppcon17 #class #proposals
"The conference is asking for instructors to submit proposals for classes to be taught in conjunction with next September’s CppCon 2017."
http://cppcon.org/callforclasses2017/

Читать полностью…

The Daily C++

Tags: #llvm #sdcc #toolchain

"The LLVM+SDCC toolchain is meant to allow the use of languages other than C and to evaluate the effect of LLVM optimizations for 8-bit targets. "
http://www.colecovision.eu/llvm+sdcc/

Читать полностью…

The Daily C++

Tags: #interview #bjarne #stroustrup #cppcon16

https://channel9.msdn.com/Shows/C9-GoingNative/Bjarne-Stroustrup-Interview-atcppcon-2016

Читать полностью…

The Daily C++

Tags: #KDevelop #Windows #official5.0.1 #beta

https://www.kdevelop.org/news/kdevelop-501-windows-released

Читать полностью…

The Daily C++

Tags: #qtlite #2drenderer
"Qt 5.8 will include IoT-oriented “Qt Lite” technology that enables fine-grained configuration and supports small-footprint IoT gizmos without OpenGL."
http://hackerboards.com/new-qt-lite-adds-2d-renderer-targets-16mb-ram-linux-systems/

Читать полностью…

The Daily C++

Tags: #cppcon #2016 #video
http://cppcon.org/all-cppcon-2016-videos-are-up/

Channel Youtube: https://www.youtube.com/user/CppCon

Читать полностью…
Subscribe to a channel