Skip to content
  • Thursday, March 23, 2023

Main Funda

Exploring Basic Concepts

  • Home
  • C++11 and above
  • OOP Posts
  • Standard C++
  • C++ Templates
  • Design Patterns
  • Home
  • reference

Tag: reference

C++11 and above

What is C++ reference collapsing, how it works?

January 19, 2021
Vaibhav
3,361 Comments

With these c++ reference combinations, the compiler follows certain rules to collapse references to references and…

Standard C++

Copy Constructor in C++: Understanding the details

January 19, 2021
Vaibhav
2,386 Comments

Copy constructor is a special constructor which can construct from and existing object. If the class…

C++11 and above

How std forward( ) converts to r-value in c++?

January 19, 2021
Vaibhav
13,014 Comments

Just like, std::move( ), std::forward( ) also casts its argument (to R-value), however, unlike move( )…

C++11 and above Special C++ Posts

Shared Pointer: Understanding shared_ptr

January 19, 2021
Vaibhav
10,834 Comments

The shared ownership is tracked using a reference count property, which manages the count of shared…

Recent Posts

  • Vector in C++: STL Containers
  • Dependency Inversion Principle: SOLID Design Principles
  • Interface Segregation Principle: SOLID Design Principles
  • Liskov’s Substitution Principle: SOLID Design Principles
  • Open Closed Principle -SOLID design principles

Archives

  • August 2021
  • July 2021
  • June 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020

Categories

  • C++ Templates
  • C++11 and above
  • Design Patterns
  • OOP Posts
  • Special C++ Posts
  • Standard C++

Pages

  • About Us – mainfunda.com
  • Contact Us
  • Privacy Policy
  • Terms and Conditions

Advanced

C++11 and above

Vector in C++: STL Containers

August 28, 2021
Deepti
C++ Templates C++11 and above

Fold Expressions in C++ 17

July 11, 2021
Vaibhav
C++11 and above

File Handling in C++17 (Part-I) : Basic Concepts

July 5, 2021
Vaibhav
C++11 and above

File Handling in C++ 17 (Part-II) : Filesystem Path Operations

July 5, 2021
Vaibhav
Copyright © 2023 Main Funda
Privacy Policy
About | Contact | Terms and Conditions