Data Structure
Java
Python
HTML
Interview Preparation
Interview Prep
Tutorials
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.3K+ articles
School Learning
11.1K+ articles
C++
3.7K+ articles
GBlog 2024
779+ articles
C++ 20
24+ articles
C++ 17
17+ articles
C++ 14
6 posts
Recent Articles
Popular Articles
C++ Preprocessor and its directives
Last Updated: 10 December 2024
Thepreprocessorin C++ is used for processing the code before it is compiled by the compiler. It does many tasks such as including files, conditional compilation, using mac...
read more
C++
C++ 14
The Key Differences Between C++14, C++17, and C++20
Last Updated: 23 July 2025
This language has come a long way and overcome numerous challenges in software engineering, for example, those stemming from its changing nature; thus reasserting its resi...
read more
C++
C++ 17
C++ 20
C++ 14
GBlog 2024
std::make_unique in C++ 14
Last Updated: 22 September 2023
std::make_unique is a utility function in C++ that was introduced in C++14. It is used to create a unique_ptr object, which is a smart pointer that manages the lifetime of...
read more
C++
Picked
Geeks Premier League
C++ 14
Geeks Premier League 2023
std::quoted in C++ 14
Last Updated: 11 July 2024
std::quoted is an I/O manipulator function that was introduced in C++ 14 as the part of iomanip library. Its primary purpose is to handle the quoted string in the input an...
read more
C++
Picked
C++ 14
C++ Standards and Implementations
Last Updated: 23 July 2025
C++ programming language is widely used and known for its power, versatility, and performance. C++ is an extension of the C programming language created by Danish computer...
read more
C++
Picked
C++ 23
C++ 17
C++ 20
C++ 11
C++ 14
std::integer_sequence in C++ 14
Last Updated: 29 August 2023
When programming, loops, and iteration are often required by developers. Occasionally, looping through a range of numbers whose span is unknown becomes necessary std::inte...
read more
C++
Picked
C++ 14