|
You are here |
www.cppstories.com | ||
| | | | |
cppstories.com
|
|
| | | | | Maybe I'll be boring with this note, but again I need to write that this was another good year for C++! Here's a bunch of facts: Visual Studio 2015 was released with great support for C++14/17 and even more experimental features. Long-awaited GCC 5.0 was released at the beginning of the year. | |
| | | | |
eyakubovich.github.io
|
|
| | | | | The guidance around function arguments and smart pointers is quite old, yet I still see it used incorrectly. In this post, we'll explore the guidance and the costs of not following the advice. C++ Core Guidelines make this point clear: F.7: For general use, take T* or T& arguments rather... | |
| | | | |
hashblog.thepolyglotprogrammer.com
|
|
| | | | | On this post I intend to walk down memory lane a bit to understand what exactly are Smart Pointers? Where do they come from? And of course, how do they work | |
| | | | |
learnpython.com
|
|
| | | Python vs. Java? Explore key application areas, syntax differences, and expected salary levels to help you pick your first programming language. | ||