Software Engineering Introduction to Unit Testing in Python with unittest module In this article we will understand how to use unit testing in Python and implement a demo using unittest module and master its use.
Software Engineering Different ways to initialize a vector in C++ STL In this article, we take a look at different ways to initialize a vector in C++ Standard Template library including ways to use predefined array and vector to define a new vector.