The Daily C++
1.83K 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
Forwarded from Deleted Account
Documentation of dsalglib is here at
https://moghya.me/dsalglib/index.html
#cpp

C++ : Check if a String starts with an another given String

https://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.

https://clang.llvm.org/extra/clang-tidy/index.html
One of the notable advantages of using std::array is that you can use range based for loop for it