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
  • l-value

Tag: l-value

C++11 and above

decltype in C++: Understand the details

February 1, 2021
Vaibhav
917 Comments

The keyword decltype in c++, returns the data type of an expression or variable. This keyword…

C++11 and above

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

January 19, 2021
Vaibhav
13,015 Comments

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

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