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 AnimePix
Join for a lot beautiful wallpaper every day!
https://telegram.me/joinchat/Ba4AAT_8gBXWPg6__j95cw
Tags: #tutorial #libclang
"Clang, if you haven’t heard of yet, is a wonderful C++ (and other C language family) compiler. Well, not exactly a compiler, but a frontend to the LLVM compiler..."

http://shaharmike.com/cpp/libclang/
Tags: #optimize #code
"In this post I would like to propose a technique based on levels of abstraction to transform an obscure piece of code into expressive and elegant one..."

http://www.fluentcpp.com/2017/01/03/super-expressive-code-by-raising-levels-of-abstraction/
Tags: #function #to #function
"Since the advent of C++11 writing more functional code has become easier. Functional programming patterns and ideas are powerful additions to the C++ developer's huge toolbox..."

https://vittorioromeo.info/index/blog/passing_functions_to_functions.html
if the authors of computer programming books wrote arithmetic textbooks
Forwarded from BestChannel
Join to this channel for many discounted games!
Left4Dead2 ➡️➡️ 3.69€
Crysis3 ➡️➡️ 5.49€
And More!

👉👉 https://tttttt.me/joinchat/AAAAAEFlSRGHzfT96l-lPA
Tags: #alternative #syntax #function #cpp11 #pros #cons
"C++11 introduced an alternative syntax for writing function declarations. Instead of putting the return type before the name of the function..."

https://blog.petrzemek.net/2017/01/17/pros-and-cons-of-alternative-function-syntax-in-cpp/
Tags: #cpp17 #attributes #howuse
"With C++17 three additional attributes were added to the standard which enable additional compiler warnings when used in general code..."

https://infektor.net/posts/2017-01-19-using-cpp17-attributes-today.html