Skip to content
  • Sunday, January 29, 2023

Main Funda

Exploring Basic Concepts

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

Tag: constexpr

C++11 and above

Compile Time “if” statement

March 9, 2021
Vaibhav
7,263 Comments

Compile time if is a C++17 syntax which causes compiler to evaluate the given "if" expression…

C++11 and above

Lambda in C++ 17 : New Updates

February 19, 2021
Vaibhav
1,136 Comments

Lambda in C++ 17 has new changes feature list. They are now better and more suited…

C++11 and above

static_assert

February 16, 2021
Vaibhav
3,706 Comments

When the expression in static_assert evaluates to value "False" then, it the program will not compile.…

C++11 and above

constexpr in C++ explained in detail

February 1, 2021
Vaibhav
10,015 Comments

The constexpr is a keyword present in C++11. This keyword indicates a constant value or a…

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