Posts by Joyeeta Choubey

Author Biographical Info: Hi there! I am a BTech ECE undergraduate in BVCOE ! I love to explore more in the field of programming languages everyday and very fond of writing technical blogs.

Since you are here, do check out my recent blogs and leave a comment if they helped you!
Thank you!

C++ program to calculate simple interest and compound interest

By Joyeeta Choubey

In this tutorial, we will learn how we can calculate simple interest and compound interest using the C++ program. So let’s know what simple interest and compound interest are.... Read More

C++ program to print 1 to 10 numbers using for loop

By Joyeeta Choubey

In this tutorial, we are going to learn how to print 1 to 10 numbers using for loop in C++.  So we can print using for loop in an easy way without lengthy codes and for loop makes.... Read More

Count vowels in a string in C++

By Joyeeta Choubey

Hello fellow learners! In this tutorial, you will learn about the C++ program to Count Vowels in String.  So, let’s learn what are vowels and consonants. Vowels The alphabet.... Read More

C++ program to count the number of pages in a PDF file

By Joyeeta Choubey

In this tutorial, We are going to learn how to count the number of pages in a PDF file using C++. We can do this using the PoDoFo library to parse the document. Parse here means br.... Read More

How to create a PDF file in C++

By Joyeeta Choubey

Hello everyone! In this tutorial, We are going to learn how we can create a PDF file in C++. We will use apose.pdf for C++.  Let’s know a little about what is Apose.pdf Apos.... Read More

How to validate IFSC Code using Regular Expression in C++

By Joyeeta Choubey

Hello fellow learners! In this tutorial, We are going to learn about how to validate IFSC  Code using Regular Expression in C++. Now let’s learn a little about IFSC code. IF.... Read More

How to run a C++ file in Command Prompt or CMD

By Joyeeta Choubey

In this tutorial, We are going to learn about how to run a C++ file in Command Prompt or CMD. So let’s know a little what is CMD. Running C ++ programs using the command prom.... Read More

How to declare an empty array in C++

By Joyeeta Choubey

Hello fellow learners! In this tutorial, we are going to learn and implement how to declare an empty array in C++. Can I create an empty array in C ++? You can’t create an ar.... Read More

Related Posts