Posts by NIVEDITA KUMARI
Author Biographical Info: Not available
In this tutorial, we will learn how to generate an RGBA portable graphic image in C++. RGBA stands for Red, Green, Blue, Alpha. It is three passage RGB color model and the fourth p.... Read More
In this tutorial, we will learn how to delete the last element from a Set in C++. First, let me introduce to you what are Sets. A Set is an associative container(a group of the cla.... Read More
In this tutorial, we will learn about Singleton in C++. In C++ Singleton pattern is a design pattern that puts a limit on a class to instantiate its multiple objects. The ‘Si.... Read More
In this tutorial, we will learn about object slicing in the C++ programming language. In C++ programming, Object Slicing is a process in which an object of a child class type is co.... Read More