mirror of
https://github.com/Nekrolm/ubbook.git
synced 2026-06-09 13:14:18 +03:00
@@ -1,5 +1,7 @@
|
||||
# Путеводитель C++ программиста по неопределенному поведению
|
||||
|
||||
*[If you are looking for english version](README_ENG.md)*
|
||||
|
||||
#### *Паникуй!*
|
||||
|
||||
--------------
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user