×
Home Discussions Write at Opengenus IQ
×
  • DSA Cheatsheet
  • HOME
  • Track your progress
  • Deep Learning (FREE)
  • Join our Internship 🎓
  • RANDOM
  • One Liner

C++

C++ is a powerful, object oriented and early programming language which is derived from C. It is widely used in production systems and gives huge control to the programmer.

C++

QuickSort using template in C++

In this article, we have designed and implemented Quick Sort algorithm in C++ Programming Language to use the concept of template to make Quick Sort generic/ independent of input datatype.

Gabriel
C++

bli_malloc_user [explained with C++ code]

In this article at OpenGenus, we have explored bli_malloc_user in depth. bli_malloc_user() is a memory allocation API available in BLIS, a library.

Rahul Reddy
C++

Trie in C++ using OOP concepts

In this article, we'll look at how the Trie data structure is implemented in C++ using principles of object-oriented programming (OOP).

RAHUL ARORA
C++

[FIXED] Undefined reference to '__gxx_personality_v0'

In this article at OpenGenus, we have presented the fix to resolve the compilation error Undefined reference to '__gxx_personality_v0'.

Rahul Reddy
C++

5 Techniques to convert an array to vector in C++

In this article, we will learn about different ways to convert an array to vector in C++.

Shruti Singh
C++

Login and registration system in C++ using file

In this article, we have explained the approach to develop a User Login and Registration System in C++ using file as a database. We have presented the approach with complete C++ code.

Anupam Bandyopadhyay Anupam Bandyopadhyay
C++

Delete elements in a priority queue in C++ STL [4 methods]

In this article, we have presented different ways to delete elements in a priority queue in C++ STL. There are 4 different methods such as pop, clear and much more.

Rahul Giridhar
C++

Parallel Radix Sort handling positive & negative numbers in C++

In this article, we have designed and implemented Parallel Radix Sort handling positive and negative numbers in C++ Programming Language.

Gabriel
C++

Reverse string in C++ [6 methods]

In this article, we have covered 6 different approaches to reverse a string in C++ Programming Language.

kartikeya
C++

Restaurant Management System in C++

In this article, we are going to discuss about a restaurant management system which can handle table allocation and other services required by the customers.

Aswin Shailajan
C++

Interpolation Search in C++ using OOPs

In this article, we will implement Interpolation Search in C++ using some OOPs concept. But before that we need to have a basic idea and working technique of Interpolation Search.

Satya Prakash Sasini
C++

Merge Sort in C++ using OOP concepts

In this article at OpenGenus, we will learn how to design and implement Merge Sort in C++ Programming Language in detail using OOP concepts.

Shruti Singh
C++

Multithreaded Matrix Multiplication in C++

In this article, we will explored how to implement Multithreaded Matrix Multiplication in C++ Programming Language. Matrix Multiplication is a critical operation in Deep Learning and this makes this topic critical.

Aswin Shailajan
C++

Multithreaded Quick Sort in C++

This article provides an overview of the quicksort algorithm and its complexity. Quicksort is a sorting algorithm that uses a divide and conquer strategy to sort a list or array of elements by selecting a pivot element and dividing the array into two sub-arrays.

Bakare Muideen Adeleke Bakare Muideen Adeleke
C++

Set, clear and toggle a bit in C++ [4 different methods]

In this article, we will discuss about how to Set a bit, Clear a bit, and Toggle a bit of an integer in C++.

Md. Reyanus Salehin
C++

4 ways to remove elements from Multiset in C++ STL

Multiset is implemented as a balanced binary search tree. Removing elements from a multiset is an important operation in many algorithms and applications. In this article, we will explore different ways to remove elements from a multiset in C++ STL.

Samyak Deshpande
C++

Calendar in C++

We are going to discuss how we can make a Gregorian calendar of a specific year using C++. It's also known as new style calendar.

Aswin Shailajan
C++

Quicksort in C++

In this article, we will learn how to design and implement Quicksort in C++ Programming Language in detail.

Shruti Singh
C++

Convert integer to string in C++ [3 methods]

In this article, we will convert integer to string in C++ using different methods.

Ayush Kumar Pathak
C++

vector::capacity() function in C++

In this article, we will discuss about the vector::capacity() function in C++ and why it is essential when working with vectors.

Dominic Tanelli
C++

Array of objects in C++

In this article, we have explored how to create array of user-defined objects in C++ Programming Language. We have covered 3 different approaches with complete C++ code.

Shruti Singh
C Programming

std::thread vs pthread

In this article, we have explained the concept behind the two popular multi-threading library in C and C++ namely pthread and std::thread and covered the differences between them in depth.

Gabriel
C++

Snake Game using C++ & SFML

In this article, we'll dive into, a journey of mine, where I built a classic snake game. In this journey we will be building a Classic Snake Game through which we will learn how to build a game with boundaries, a growing snake, and food that the snake can eat.

Aswin Shailajan
C++

Read and Write in CSV File in C++

In this article, we have explored how to read and write from a CSV file in C++ Programming Language. We have illustrated the process using C++ code examples.

Riya Singh
C Programming

Print text in color in C and C++

Printing text in color can add visual appeal to your C/C++ programs and make them more user-friendly. In this article, we will explain how to print text in color by using escape sequences in C and C++ Programming Language.

Reshma Patil
OpenGenus IQ © 2025 All rights reserved â„¢
Contact - Email: team@opengenus.org
Primary Address: JR Shinjuku Miraina Tower, Tokyo, Shinjuku 160-0022, JP
Office #2: Commercial Complex D4, Delhi, Delhi 110017, IN
Top Posts LinkedIn Twitter
Android App
Apply for Internship