#cpp11
Explore tagged Tumblr posts
dbooksorg · 2 years ago
Link
Now that software development is shifting primarily toward mobile and cloud computing, the venerable C++ programming language is returning to the dominant position it held during the object-oriented boom of the 1990s. In this O'Reilly report, you'll learn why C++ is once again the preferred choice across several diverse industries, after taking a backseat to Java during the 2000s. C++ is a complicated beast that's not easy to learn. But when you need a powerful, highly portable systems progra ...
1 note · View note
stevenfusco · 7 years ago
Text
0 notes
arjmandi-blog · 7 years ago
Video
خط کش که به طور خودکار زاویه را اندازه گیری می کند. دوره آموزشی سی پلاس پلاس مدرن https://evnd.co/PfEvy #cpp11 #cpp14 #Boost #TDD #DesignPattern #SoftwareArchitecture #CleanArchitecture #OpenCV #QT5 #QML #Git #GitLab #Sqlite #SOLID #OOD #CI #CD #کلاس #تکنولوژی #فناوری #training
0 notes
viva64 · 11 years ago
Link
Suppose I want to pass a std::unique_ptr to a constructor, where the std::unique_ptr will be moved into a data member. The std::unique_ptr parameter thus acts as a sink. To the extent that we have enough experience with C++11 for wisdom about it to be conventional, said wisdom seems to be that the std::unique_ptr should be passed by value. In his GotW 91 solution, Herb Sutter argues for it. The High Integrity Coding Standard has it as a guideline. (It cites Herb's article as the source.) In his C++ Reference Guide, Danny Kalev argues for it. Many StackOverflow answers repeat this advice.
2 notes · View notes
corvusoft-blog · 10 years ago
Photo
Tumblr media
We're excited to announce Restbed 2.0. This release enables complete HTTP 1.1 compliance. https://github.com/corvusoft/restbed
0 notes
arjmandi-blog · 7 years ago
Video
ماشین تعادل دوره آموزشی سی پلاس پلاس مدرن https://evnd.co/PfEvy #cpp11 #cpp14 #Boost #TDD #DesignPattern #SoftwareArchitecture #CleanArchitecture #OpenCV #QT5 #QML #Git #GitLab #Sqlite #SOLID #OOD #CI #CD
0 notes
arjmandi-blog · 7 years ago
Video
گجتی برای نگهبانی از خانه ی شما دوره آموزشی سی پلاس پلاس مدرن https://evnd.co/PfEvy #cpp11 #cpp14 #Boost #TDD #DesignPattern #SoftwareArchitecture #CleanArchitecture #OpenCV #QT5 #QML #Git #GitLab #Sqlite #SOLID #OOD #CI #CD
0 notes
arjmandi-blog · 7 years ago
Video
خلاقیت گجت بیلبوردهای 3d دوره آموزشی سی پلاس پلاس مدرن https://evnd.co/PfEvy #cpp11 #cpp14 #Boost #TDD #DesignPattern #SoftwareArchitecture #CleanArchitecture #OpenCV #QT5 #QML #Git #GitLab #Sqlite #SOLID #OOD #CI #CD
0 notes
viva64 · 12 years ago
Link
Every C++ programmer is familiar with the terms lvalue and rvalue. It’s no surprise, since the C++ standard uses them “all over”, as do many textbooks. But what do they mean? Are they still relevant now that C++11 has five value categories? It’s about time to clear up the mystery and get rid of the myths.
1 note · View note
viva64 · 12 years ago
Link
1 note · View note
viva64 · 12 years ago
Link
1 note · View note
arjmandi-blog · 7 years ago
Photo
Tumblr media
دومین دوره آموزشی سی پلاس پلاس مدرن کد تخفیف ۲۰۰ هزار تومانی ویژه روز دختر😍: dokhtar https://evnd.co/K3dbS #cpp11 #cpp14 #Boost #TDD #DesignPattern #SoftwareArchitecture
0 notes
arjmandi-blog · 7 years ago
Photo
Tumblr media
دومین دوره آموزشی سی پلاس پلاس مدرن کد تخفیف ۱۰۰ هزار تومانی ویژه فالورهای پیج😍: cafe_technology https://evnd.co/K3dbS #cpp11 #cpp14 #Boost #TDD #DesignPattern #SoftwareArchitecture #CleanArchitecture
0 notes
viva64 · 10 years ago
Link
0 notes
viva64 · 10 years ago
Link
0 notes
viva64 · 10 years ago
Link
Two recent posts in Bartosz’s programming cafe describe nice application of list monad to solve the following puzzle:
0 notes