Code Packets

Browse all published coding projects

Caeser Cipher using C++

A C++ program to encrypt text using Caeser Cipher giving message and key as input and result.

Gokul S Nambiar · Apr 22, 2021

Smallest KMP in C++

This project is an improvised version of the renowned KMP (Knuth-Morris-Pratt) algorithm.

Ayush Agrawal · Apr 22, 2021

NotePad App on using C++ and QT5

Learn step by step process of making a Notepad in real life with all functionality by using C++ and QT5 platform.

Pallak Singhal · Apr 22, 2021

Number Convertor using Java

This project helps to convert a number that is in decimal or binary or octal or hexadecimal to any other type.

Shiddhant Gupta · Apr 22, 2021

Buy and Sell application using File Handling in C++

A C++ application that helps buyers and sellers to seek or publish products or services using File Handling.

Jay Parmar · Apr 22, 2021

Find All Subsequence of a String in C++ using SET

In this tutorial, we will learn how to print all the subsequences of a string using SETs, we will also learn about Sets and how to implement them.

srijan bharadwaj · Apr 22, 2021

Longest Palindromic Substring/Manachar's Algorithm in C++

In this tutorial, we will know how to find the Longest Palindromic Substring in a string using Manachar's Algorithm.

srijan bharadwaj · Apr 22, 2021

Remove All Duplicates From an Array using SET | C++

In this tutorial we will learn how to use SETs, we will also learn how to implement it

srijan bharadwaj · Apr 21, 2021

Destructors using C++

This code helps to understand the concept of destructors i.e to destroy an object using C++

Pratyasha Sahu · Apr 21, 2021

Defining Member function outside the class defination using C++

This code helps us to understand how to define a member function outside the class definition in C++.

Pratyasha Sahu · Apr 21, 2021

Friend Function using C++

This code helps to understand the concept of friend function using C++. In this program the friend function is used to find the mean value of a sample.

Pratyasha Sahu · Apr 21, 2021

Parallel Geometry using C++

This packet of C++ code helps us to find if it is possible to build a parallelepiped given the edges

Gudipati Ganesh Yaswanth Kumar · Apr 21, 2021