add eng readme

Signed-off-by: Nekrolm <sv.l1@mail.ru>
This commit is contained in:
Nekrolm
2024-11-25 12:02:07 +00:00
parent f5abdf2a38
commit 9f896424f8
2 changed files with 28 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
# Путеводитель C++ программиста по неопределенному поведению
*[If you are looking for english version](README_ENG.md)*
#### *Паникуй!*
--------------
+26
View File
@@ -0,0 +1,26 @@
# C++ programmer's guide to undefined behavior
The book (started just a series of blogposts) is originaly written in Russian language and this repository currenlty doesn't have full and organized translation for English
In cooperation with [PVS-studio](https://pvs-studio.com/), I'm working on extended English version. It's available as a series of 11 posts in PVS-studio blog
- [Part 1](https://pvs-studio.com/en/blog/posts/cpp/1129/)
- [Part 2](https://pvs-studio.com/en/blog/posts/cpp/1136/)
- [Part 3](https://pvs-studio.com/en/blog/posts/cpp/1149/)
- [Part 4](https://pvs-studio.com/en/blog/posts/cpp/1156/)
- [Part 5](https://pvs-studio.com/en/blog/posts/cpp/1160/)
- [Part 6](https://pvs-studio.com/en/blog/posts/cpp/1163/)
- [Part 7](https://pvs-studio.com/en/blog/posts/cpp/1174/)
- [Part 8](https://pvs-studio.com/en/blog/posts/cpp/1178/)
- [Part 9](https://pvs-studio.com/en/blog/posts/cpp/1182/)
- Part 10 -- comming soon
- Part 11 -- comming soon
-------
**NOTE: This series may not contain some materials from the original Russian version. There were changes in sources after publication in PVS-studio blog**
C++ language is constantly evolving. I learn more facinating bugs. Get feedback and fix mistakes in text. But as a full-time employed engineer, I cannot effectively maintain & update both Russian and English versions.
Eventually, full English translation will be available in this repository.