The Daily C++
1.82K subscribers
10 photos
2 files
596 links
The best channel about C++ News!
Every day a lot of news!

Send your project/repo/guide/tutorial to @dailycppbot
Download Telegram
#cpp

Return Value Optimization

http://shaharmike.com/cpp/rvo/
Forwarded from Silicon Network
🆕 New group:

Talk about algorithms and AI:
@algorithmstg
Forwarded from Deleted Account
Documentation of dsalglib is here at
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/
 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
#clang #lint #clang_tidy

clang-tidy is a clang-based C++ “linter” tool. Its purpose is to provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks.

http://clang.llvm.org/extra/clang-tidy/index.html