Posts by Karandeep Singh
Author Biographical Info: Not available
Hey, guys today we are going to learn about inheritance in C++. Inheritance is a crucial characteristic of Object-Oriented Programming (OOPs).It shows the relation between two or m.... Read More
Hey, guys today we are going to learn about Getters and Setters in C++. Getters are Setters are mostly used with classes. They are used to access and set the values of private memb.... Read More
Hey, guys today we are going to learn about unnamed(anonymous) and inline namespaces in C++. Before starting with the unnamed and inline namespaces, I would like to briefly discuss.... Read More
Hey, guys today we are going to learn about fesetround() and fegetround() functions in C++. These functions are part of the <cfenv> header file which was originally known as .... Read More