Ads block

Showing posts with label CPP. Show all posts
Showing posts with label CPP. Show all posts
How to write bangla text in c programming with codeblocks
By
Alamgir Hossain
C
·
CPP
Coding: সি প্রোগ্রামিং-এ বাংলা লিখুন । #include <wchar.h> #include <locale.h> #include <stdio.h> int main ( ) { setlocale ( LC_…
Read more »
write a c program to calculate the factors of a number
By
Alamgir Hossain
C
·
CPP
C program to calculate the factors of a number by running the loop up to n. #include <stdio.h> int main ( ) { int number ; // Input the…
Read more »
Write a program to find the largest prime factor of a number in C/CPP
By
Alamgir Hossain
C
·
CPP
Write a program to find the largest prime factor of a number in C/CPP. Algorithm: Initialize a variable largestFactor to 1, which will store the largest prime …
Read more »
Write a C++ program using the concept of OOP to count frequency of each digits of a number
Write a C++ program using the concept of OOP to count the frequency of each digits of a number. Algorithm: Create a class DigitCounter with private members num…
Read more »
Write a C++ program using the concept of OOP to find the occurrence of a digit in a number
Write a C++ program using the concept of OOP to find the occurrence of a digit in a number. Algorithm: Create a class DigitFinder with private members number, …
Read more »
Write a C++ program using the concept of OOP to find the sum of digits of a number until the sum is reduced to a single digit
Write a C++ program using the concept of OOP to find the sum of digits of a number until the sum is reduced to a single digit. Algorithm: Define a class Number…
Read more »
Write a C++ program using the concept of OOP to check whether a number is strong or not
Write a C++ program using the concept of OOP to check whether a number is strong or not. Algorithm: Define a class Number with a private member variable num an…
Read more »
Write a C++ program using the concept of OOP to check a number is palindrome or not
Write a C++ program using the concept of OOP to check whether a number is a palindrome or not. Algorithm: Define a class Number with a private member variable …
Read more »
Write a C++ program using the concept of OOP to find the reverse of an integer number
Write a C++ program using the concept of OOP to find the reverse of an integer number. Algorithm: Define a class Number with a private member variable num and …
Read more »
Click any Bellow Tabs/Tags
Alamgir-Hossain
(14)
Algorithms
(5)
Android problem
(2)
ANN
(1)
ArticleWriting
(26)
Artificial Intelligence
(1)
Assembly
(1)
Bangla Love Poem
(3)
Bangla Poem
(2)
best programming solution
(9)
Books
(2)
BUET IICT MSC Admission
-2021
(1)
C
(49)
Campus
(7)
CPP
(88)
Database
(4)
Differences
(2)
Fishing
(1)
HSC
(1)
Html
(4)
interesting programming solution
(9)
Interview
(2)
It job preparation
(7)
JAVA
(97)
JavaScript
(5)
JSON
(1)
lead generation
(1)
machine learning
(8)
ML Projects
(10)
NewsPaper
(22)
Others
(13)
Perl
(23)
Php
(4)
Poem
(4)
Presentation
(1)
ProblemSolving
(3)
Project
(21)
project proposal
(2)
Prolog
(13)
Python
(33)
research
(38)
Research Tool
(1)
Security
(3)
Social Engineering
(1)
Testimonials
(5)
Tutorial
(2)
Writings
(15)
XML
(1)
YoutubeSEO
(1)
উক্তি
(1)
কবিতা-আলগীর হোসেন
(2)
রম্য
(1)
লেখনী
(36)
LATEST
3-latest-65px
Popular Posts
-
All instructions for connection & insert data in mysql from java JSP and Servlet using tomcat serverFrom this tutorial you can learn about... All instructions for connection & insert data in mysql from java JSP and Servlet using tomc...
-
% Prolog program for addition and multplication-------- % Alamgir Hossain % CSE, JUST go :- write ( 'Enter first number : ' ...
-
Inverse Lagrange’s Interpolation Formula Theory : . Example : 1. Use Lagrange’s inverse interpolation fo...
-
Project Name : Online examination system. Framework : MVC framework in java(3 layer architecture). Language: JAVA JSP, SERVLET, JS...
-
Here is the source code for online exam system using PHP, MYSQL,AJAX, JAVASCRIPT etc.... Source code for Online Exam System