Posts by Mainak Halder
Author Biographical Info: Not available
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
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
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
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
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
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
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
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