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: #repo #fromusers #dCpp

https://github.com/ZigaSajovic/dCpp

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

The Daily C++

Tags: #beginner #code #improve #return

http://arne-mertz.de/2016/12/early-return/

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

The Daily C++

Tags: #memory #usage #stl
The C++ standard doesn’t dictate exact implementation details for standard library classes, so it’s unsurprising that details of memory usage are missing from most references.
http://info.prelert.com/blog/stl-container-memory-usage

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

The Daily C++

Tags: #math #squares #curve

In this post:
- Fit a curve of degree N to a data set, getting data points 1 at a time.
- Storage Required: 3*N+2 values.
- Update Complexity: roughly 3*N+2 additions and multiplies.
- Finalize Complexity: Inverting a (N+1)x(N+1) matrix and multiplying by a vector to get polynomial coefficients.
- Simple C++ code and HTML5 demo at bottom!

http://blog.demofox.org/2016/12/22/incremental-least-squares-curve-fitting/

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

The Daily C++

Tags: #christmas #break #challenge

http://www.fluentcpp.com/2016/12/19/can-you-write-expressive-code-christmas-break-challenge/

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

The Daily C++

Tags: #algorithm #psquare
It turns out the discrepancy was due to a typo in the original paper and not in the Boost.Accumulators implementation as I had originally suspected.
https://www.nu42.com/2016/12/p-square-boost-accumulators-fine.html

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

The Daily C++

Send your project/repo/guide/tutorial to @dailycppbot (the bot can't reply to you, and don't send spam)

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

The Daily C++

Tags: #cpp17 #feature #lambdas

https://www.reddit.com/r/cpp/comments/5irdg1/a_nice_c17_feature_that_is_being_overlooked/

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

The Daily C++

Tags: #templates #constexpr #ifdef

https://tartanllama.github.io/c++/2016/12/12/if-constexpr/

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

The Daily C++

Tags: #objects #lambdas

https://vittorioromeo.info/index/blog/capturing_perfectly_forwarded_objects_in_lambdas.html

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

The Daily C++

Tags: #qt #start

https://nidomiro.de/2016/12/how-to-start-with-qt/

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

The Daily C++

Tags: #cpp #python #embed

https://skebanga.github.io/embedded-python/

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

The Daily C++

Tags: #howto #writing #fast #code
I’m about to show you some of the fastest code there is.
http://blog.demofox.org/2016/12/06/the-secret-to-writing-fast-code-how-fast-code-gets-slow/

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

The Daily C++

Tags: #cpp17 #tranformation #code #improve
"I've spent a bit of time today updating my own basic windowing library to use C++17 features. Some of the things have been simple transforms such as converting 'typedef' to 'using', others have been more OCD satisfying;"
http://www.gamedev.net/blog/42/entry-2262470-c-17-transformation/

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

The Daily C++

Tags: #howto #pvsstudio #free
How to use pvsstudio free
http://www.viva64.com/en/b/0457/

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

The Daily C++

Tags: #cpp17 #best

http://www.levelofindirection.com/journal/2016/12/28/c17-why-its-better-than-you-might-think.html

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

The Daily C++

Tags: #repo #json #moderncpp

https://github.com/nlohmann/json

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

The Daily C++

Tags: #quantifiers #metaprogramming #concepts

https://ngathanasiou.wordpress.com/2016/12/18/quantifiers-metaprogramming-and-concepts/

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

The Daily C++

Tags: #christmas #humor

http://www.commitstrip.com/en/2016/12/25/meanwhile-on-christmas-day/

Merry Christmas!!

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

The Daily C++

Merry Christmas from admins

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

The Daily C++

Tags: #speed #test

https://www.youtube.com/watch?v=ulOLGX3HNCI

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

The Daily C++

Tags: #conan #whatisit
I was well aware of conan’s existence, but I haven’t used it and I was a bit sceptical after biicode died.
http://szelei.me/conan/

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

The Daily C++

Tags: #sets #ordered #unordered

http://cppisland.com/?p=457

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

The Daily C++

Tags: #optional #interfaces

http://www.fluentcpp.com/2016/11/24/clearer-interfaces-with-optionalt/

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

The Daily C++

Tags: #qt #signal #slot

https://nidomiro.de/2016/12/qt-signals-and-slots-how-they-work/

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

The Daily C++

Tags: #intellij #clion #debug #linux #video

https://blog.jetbrains.com/clion/2016/12/webinar-recording-debugging-cc-applications-on-linux-in-clion-from-basics-to-reverse-debug/

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

The Daily C++

Tags: #repo #fromusers @dailycppbot

https://github.com/0xd34df00d/IAmMad

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

The Daily C++

Tags: #memory #performance #unique_ptr #shared_ptr
C++11 offers four different smart pointers.
http://www.modernescpp.com/index.php/memory-and-performance-overhead-of-smart-pointer

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

The Daily C++

Tags: #qtcreator #newrelease

http://blog.qt.io/blog/2016/11/30/qt-creator-4-2-rc1-released/

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

The Daily C++

Tags: #meetings #world #cpp #december

https://meetingcpp.com/index.php/newsreader/items/c-user-group-meetings-in-december-2016.html

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