The Daily C++
1.84K 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
Classify yourself as a C++ developer.
anonymous poll

Intermediate – 94
πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘ 48%

Beginner – 57
πŸ‘πŸ‘πŸ‘πŸ‘ 29%

Professional – 37
πŸ‘πŸ‘πŸ‘ 19%

Veteran – 9
πŸ‘ 5%

πŸ‘₯ 197 people voted so far.
How much years of experience do you have in C++?
anonymous poll

0-1 – 48
πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘ 25%

1-3 – 48
πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘ 25%

3-5 – 45
πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘ 23%

5-10 – 36
πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘ 18%

10+ – 18
πŸ‘πŸ‘πŸ‘ 9%

πŸ‘₯ 195 people voted so far. Poll closed.
What do you find difficult to understand in C++?
anonymous poll

Templates and generic programming – 108
πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘ 61%

Memory management – 29
πŸ‘πŸ‘ 16%

Standard Library (aka standard template library) – 24
πŸ‘πŸ‘ 14%

Classes, inheritance and other class related stuff – 16
πŸ‘ 9%

πŸ‘₯ 177 people voted so far. Poll closed.
These polls will help us curate better content for our subscribers. So, please make your vote.
Without doing any internet search please answer the next question.
Do you know about RAII ?
anonymous poll

Yea – 170
πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘ 56%

No – 131
πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘ 44%

πŸ‘₯ 301 people voted so far.
A series of tutorials of how to compile a functional language using C++. This is the first post. Enjoy the series!

Compiling a Functional Language Using C++, Part 0 - Intro
https://danilafe.com/blog/00_compiler_intro/
Legitimate use of Variable Length Arrays

https://nullprogram.com/blog/2019/10/27/
Writing a Simple Garbage Collector in C
https://maplant.com/gc.html
The Unix C library API can only be reliably used from C
https://utcc.utoronto.ca/~cks/space/blog/unix/CLibraryAPIRequiresC
For so long time C++ has been the Lingua Franca of systems programming. Reason being it's closeness to hardware and efficiency of the language. Thus, to attain absolute amount of performance in a C++ software not only you must have expertise in C++ but also the system, the hardware. That's why we would recommend every C++ aspirant to study the course.