#cpp
Partial Specialization and Tags
https://vector-of-bool.github.io/2017/08/12/partial-specializations.html
Partial Specialization and Tags
https://vector-of-bool.github.io/2017/08/12/partial-specializations.html
vector-of-bool.github.io
Partial Specialization and Tags
In which I talk about how to emulate partial specialization of function templates and talk about why we actually want to partially specialize function templates
#cpp
Allocator for (Re)Actors with Optional Kinda-Safety and Relocation
http://ithare.com/allocator-for-reactors-with-optional-kinda-safety-and-relocation/
Allocator for (Re)Actors with Optional Kinda-Safety and Relocation
http://ithare.com/allocator-for-reactors-with-optional-kinda-safety-and-relocation/
IT Hare on Soft.ware
Allocator for (Re)Actors with Optional Kinda-Safety and Relocation
si
Vote the channel: https://telegram.me/tchannelsbot?start=dailycpp
You can send me Repo/Guide/tutorial/project about cpp to: @DailyCppBot (no spam)
You can send me Repo/Guide/tutorial/project about cpp to: @DailyCppBot (no spam)
Telegram
Telegram Channels Bot
Discover the best channels 📢 available on Telegram. Explore charts, rate ⭐️ and enjoy updates! TChannels.me
#cpp #opengl
Pro Tip: Linking OpenGL for Server-Side Rendering
https://devblogs.nvidia.com/parallelforall/linking-opengl-server-side-rendering/
Pro Tip: Linking OpenGL for Server-Side Rendering
https://devblogs.nvidia.com/parallelforall/linking-opengl-server-side-rendering/
NVIDIA Developer Blog
Pro Tip: Linking OpenGL for Server-Side Rendering | NVIDIA Developer Blog
Visualization is a great tool for understanding large amounts of data, but transferring the data from an HPC system or from the cloud to a local workstation for analysis can be a painful experience.
#cpp
Find all Lexicographic Permutations of a String
http://www.techiedelight.com/find-lexicographic-permutations-string/
Find all Lexicographic Permutations of a String
http://www.techiedelight.com/find-lexicographic-permutations-string/
Techie Delight
Find all lexicographic permutations of a string | Techie Delight
In this post, we will see how to find all lexicographic permutations of a string where the repetition of characters is allowed.
#cpp
Choosing the Right STL Container: General Rules of Thumb
https://embeddedartistry.com/blog/2017/8/23/choosing-the-right-stl-container-general-rules-of-thumb?format=amp
Choosing the Right STL Container: General Rules of Thumb
https://embeddedartistry.com/blog/2017/8/23/choosing-the-right-stl-container-general-rules-of-thumb?format=amp
#cpp
Performance comparison: linear search vs binary search.
https://dirtyhandscoding.wordpress.com/2017/08/25/performance-comparison-linear-search-vs-binary-search/
Performance comparison: linear search vs binary search.
https://dirtyhandscoding.wordpress.com/2017/08/25/performance-comparison-linear-search-vs-binary-search/
Dirty hands coding
Performance comparison: linear search vs binary search.
While working on an implementation of merge sort promised in the previous article, I realized that I’d like to use one neat little thing, which is worth its own post. It is a simple strategy …
Forwarded from Silicon Network
#cpp
"No C++, just plain C” – not for app-level programming!
http://ithare.com/c-performance-common-wisdoms-and-common-wisdoms/
"No C++, just plain C” – not for app-level programming!
http://ithare.com/c-performance-common-wisdoms-and-common-wisdoms/
IT Hare on Soft.ware
C++ Performance: Common Wisdoms and Common “Wisdoms”
Chapter XIII(b), "C++ Performance: Common Wisdoms and 'Common Wisdoms'" from upcoming book "D&D of MOG"
#c #cpp
Comparing C and C++ usage and performance with a real world project
http://nibblestew.blogspot.it/2017/09/comparing-c-and-c-usage-and-performance.html?m=1
Comparing C and C++ usage and performance with a real world project
http://nibblestew.blogspot.it/2017/09/comparing-c-and-c-usage-and-performance.html?m=1
Blogspot
Comparing C and C++ usage and performance with a real world project
The relative performance of C and C++ is the stuff of folk legends and Very Strong Opinions. There are microbenchmarks that can prove differ...
Forwarded from The Daily C++
Vote the channel: https://telegram.me/tchannelsbot?start=dailycpp
You can send me Repo/Guide/tutorial/project about cpp to: @DailyCppBot (no spam)
You can send me Repo/Guide/tutorial/project about cpp to: @DailyCppBot (no spam)
Telegram
Telegram Channels Bot
Discover the best channels 📢 available on Telegram. Explore charts, rate ⭐️ and enjoy updates! TChannels.me
Forwarded from Deleted Account
I have developed a C++ Library of Data Structures and Algorithms
Please visit
https://github.com/moghya/dsalglib
Please visit
https://github.com/moghya/dsalglib
GitHub
GitHub - moghya/dsalglib: This is improved and stable version of dsalib ready to use C++ data structures and algorithms template…
This is improved and stable version of dsalib ready to use C++ data structures and algorithms template library - GitHub - moghya/dsalglib: This is improved and stable version of dsalib ready to use...
Forwarded from Deleted Account
Documentation of dsalglib is here at
http://moghya.me/dsalglib/index.html
http://moghya.me/dsalglib/index.html
#cpp
C++ : Check if a String starts with an another given String
http://thispointer.com/c-check-if-a-string-starts-with-an-another-given-string/
C++ : Check if a String starts with an another given String
http://thispointer.com/c-check-if-a-string-starts-with-an-another-given-string/
cppwinrt.exe in the Windows SDK
https://moderncpp.com/2017/11/15/cppwinrt-exe-in-the-windows-sdk/amp/
https://moderncpp.com/2017/11/15/cppwinrt-exe-in-the-windows-sdk/amp/
Parsing C++ in Python with Clang
https://eli.thegreenplace.net/2011/07/03/parsing-c-in-python-with-clang
https://eli.thegreenplace.net/2011/07/03/parsing-c-in-python-with-clang
LLVM & Clang evolve rapidly and the C++ API is not stable. This means that code that links against LLVM & Clang as libraries in version X may very well not compile or work in version X+1.
Therefore, this repository has branches that track LLVM versions.
https://github.com/eliben/llvm-clang-samples
GitHub
GitHub - eliben/llvm-clang-samples: UNMAINTAINED: Examples of using the LLVM and Clang compilation libraries and tools
UNMAINTAINED: Examples of using the LLVM and Clang compilation libraries and tools - GitHub - eliben/llvm-clang-samples: UNMAINTAINED: Examples of using the LLVM and Clang compilation libraries and...