Custom User Defined Exceptions in C++

By Arijit Nayak

Exception handling is a very important concept in OOPS. What is this exception handling and how to handle the exception in C++? In this tutorial, we will get to know about the brie.... Read More

Dijkstra’s shortest path algorithm in C++

By Vishal Kumar

In this tutorial, we are going to implement Dijkstra’s shortest path algorithm using sets in C++ language. Before we proceed further let’s take a quick look at what is .... Read More

How to send SMS from Easy Digital Downloads store?

How to send SMS from Easy Digital Downloads store?

By Faruque Ahamed Mollick | June 11, 2019

Are you running a store on the Easy Digital Downloads WordPress plugin to sell your digital downloadable files? If yes, then this article may be going to help you. You may find that many of the online store and eCommerce business send SMS from their website. Sending SMS to the users can have a huge […] Read More

How to exit from a loop in Python

By Veda Charitha

In this tutorial, we will learn how to exit from a loop in Python with three different statements. We can easily terminate a loop in Python using these below statements break conti.... Read More

Subtraction of two matrices in java

By Himaja Chinni

In this tutorial, we will learn how to subtract two matrices with good logic. Subtraction of two matrices in Java will be helpful in many applications of two-dimensional arrays. Yo.... Read More

To determine whether string is rotated or not in java (without using loops)

By Sameer

In this tutorial, we will learn how to determine whether the string is one of its rotation of the given string in Java. For example, if the given string is ABCD then its circular r.... Read More

Python program to calculate surface area and volume of a sphere

By Prakash Raj

In this session, we are going to discuss the definition of the sphere and how to calculate the surface area as well as the volume of the sphere using Python. How to calculate  are.... Read More

Circular Doubly Linked List in C++

By Yogender Narayan

Hello guys in this C++ tutorial we are going to discuss Circular Doubly Linked List. Circular Doubly Linked List First of all, let’s talk about linked list. Linked List is a.... Read More

Related Posts