Back to Browse

Modern C++ Programming | Things that Shouldn't be used Anymore

447 views
Mar 10, 2024
10:56

C++ as a programming language was and is a great programming language and whether we like it or not most of our modern software including but not limited to browsers, databases, Gaming engines etc are written in C++ Programming Language. The modern avatar of C++ has taken it miles ahead and the modern version of it must be used for all the future codes / refactored codes written in C++ In this video, I'm going to talk about some of the things from legacy C++ which we must not be using anymore under any circumstances and take help of modern c++ constructs lie STL or standard template library for writing the code in C++ programming Language I do hope and believe that this video will be helpful for you as a C++ programmer here are the chapters of this video Timecodes 0:00 : Modern C++ Programming - Things that shouldn’t be used anymore 0:55 : The evolution of Modern C++ Programming 01:17 : Backwards compatibility in C++ The flaw 02:37 : Don’t use Memory Management using new & delete 03:20 : Don’t use Virtual Inheritance 04:40 : What to do while being Interviewed for C++ 05:10 : Don’t use Operator Overloading 07:27 : Don’t Use Raw arrays and Pointers 08:53 : Don’t use Macros for Configuration 09:49 : Using STL - The construct of Modern C++ Programming #cplusplusprogramming #cplusplus #softwareengineering #CognitiveProgrammer

Download

0 formats

No download links available.

Modern C++ Programming | Things that Shouldn't be used Anymore | NatokHD