Posts by Mainak Halder

Author Biographical Info: Not available

How to include graphics.h in CodeBlocks

By Mainak Halder

Hello Learners, Today We are going to discuss how to include graphics.h in code blocks.It is basically used when programmers try to run some animations. Include graphics.h in CodeB.... Read More

cfloat header in C++ with examples

By Mainak Halder

Hello Students, today we are going to learn about cfloat header file in C++. cfloat header file present  in C++ <cfloat.h> file is a platform-dependent and has the capabilit.... Read More

Find factors of a number in C ++

By Mainak Halder

Hello Learners, Today We are going to talk about finding factors in C++ and will see how to implement this task. It is very common for every beginner. In mathematics, factors are t.... Read More

difftime() function in C++

By Mainak Halder

Hello Learners, Today I’m going to show you how to implement the difftime() function in C++ language. Our function difftime() is present in the <ctime> header. Our conc.... Read More

Implementation of Rabin Cryptosystem in Java

By Mainak Halder

Hello Learners, today We are going to learn about Rabin Cryptosystem and implement it in Java language. Rabin Cryptosystem is a public-key cryptosystem discovered by Michael Rabin..... Read More

Find Absolute value (abs) without branching in C ++

By Mainak Halder

Hello Everyone, Hope Everyone’s well. Today is all about finding the absolute value of a number but without branching in C++. Absolute value (abs) without branching in C ++ E.... Read More

How to find Largest triplet product in a stream in C ++

By Mainak Halder

Hello Students, Today We are going to talk about how to find the largest triplet product in a stream in C++.   Implementing Largest Triple Product in a Stream in C++ We need t.... Read More

Types of References in Java

By Mainak Halder

Hello, learners Today I’m going to discuss the types of references present in Java. Java has mainly four types of references. 1.Strong references 2.Weak references 3.Soft ref.... Read More