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.
Smallest KMP in C++
This project is an improvised version of the renowned KMP (Knuth-Morris-Pratt) algorithm.
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.
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.
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.
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.
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.
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
Destructors using C++
This code helps to understand the concept of destructors i.e to destroy an object using C++
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++.
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.
Parallel Geometry using C++
This packet of C++ code helps us to find if it is possible to build a parallelepiped given the edges