Haris IftikharSmart Pointers in C++: Making Memory Management Easy!In C++, manual memory management can sometimes feel like a daunting task. Managing pointers and ensuring there’s no memory leakage or…Oct 7Oct 7
Haris IftikharNamespaces in C#Namespaces: A namespace is designed for providing a way to keep one set of names separate from another. The class names declared in one…Aug 17, 2022Aug 17, 2022
Haris IftikharCreating your First .NET ComponentTo start things out, you’ll need to create an empty directory anywhere in your local machine. Open up the directory in any text…Mar 15, 2022Mar 15, 2022
Haris IftikharAssociation, Aggregation, and CompositionInheritance is an (Is-A) Relationship. + Inherited publicly + Inherited protectively + Inherited privately (e.g. A dog is inherited from…Feb 8, 2021Feb 8, 2021
Haris IftikharUML Use Case DiagramComplex systems should be restricted to simplistic visualization of functionality,Jan 12, 2021Jan 12, 2021
Haris IftikharHow to Solve Summation Problems in C++So for instance if we are asked to calculate the divisibility of the summation between two different numbers inclusively, we can adopt the…Jan 10, 2021Jan 10, 2021