Quantcast
Channel: Java Question Bank » Cpp Programs
Browsing all 22 articles
Browse latest View live

A CPP Program to generate Pascal Triangle

A CPP Program to generate Pascal Triangle ============================================================================================ program :To generate pascal triangle Source Code :...

View Article


A CPP program to show demo on Line clip

A CPP program to show demo on Line clip *********************************************************************************************************************** Program : A CPP program to show demo on...

View Article


‘C’ program to create a message queue with read and write permissions to...

************************************************************************************************************************************************** Program:To write a c program to create a message queue...

View Article

C++ program to illustrates the role of virtual base class

*************************************************************************************************************************************************** Program :To write a C++ program to illustrates the...

View Article

A ‘C++’ PROGRAM TO FIND THE G.C.D OF TWO NUMBERS USING RECURSIVE FUNCTIONS

**************************************************************************************************************************************************** A ‘C++’ PROGRAM TO FIND THE G.C.D OF TWO NUMBERS...

View Article


A C++ Program to convert the Roman numeral into an Arabic Integer

**************************************************************************************************************************************************** A C++ Program to convert the Roman numeral into an...

View Article

A C++ Program to make the Frequency count of letters in a given Text

************************************************************************************************************************************************** A C++ Program  to make the Frequency count of letters...

View Article

‘C++’ Program that uses functions to swap two integers, Characters, Reals...

***************************************************************************************************************************************************  A ‘C++’ Program that uses functions to swap two...

View Article


A ‘C++’ Program to compute the Sine Series

*************************************************************************************************************************************************** A ‘C++’ Program to compute the Sine Series...

View Article


Matrix Multiplication in C++

************************************************************** Matrix Multiplication in C++ ************************************************************** This post explains us to calculate matrix...

View Article

Arrays in C++

  Arrays: An Array is a collection of similar elements under a common  variable name. It is also called as subscripted variable . Each individual value in an array is  called  element.   The general...

View Article

C++ program to illustrates how run time polymorphism is achieved using...

******************************************************************************************************************* Program : To write a C++ program to illustrates how run time polymorphism is achieved...

View Article

C Program to find the number of Vowels and Number of Consonants in a given...

************************************************************************************************************************ C Program to find the number of Vowels and Number of Consonants in a given...

View Article


Matrix operations using overloaded operators in C++

******************************************************************************************************* Matrix operations using overloaded operators in  C++...

View Article

c++ program that illustrates the role of abstract class in building class...

**************************************************************************************** c++ program that illustrates the role of abstract class in building class hierarchy...

View Article


Reverse the given character string in place without any duplication of...

****************************************************************************************** Reverse the given character string in place without any duplication of characters...

View Article

GCD of two numbers using non-recursive function

******************************************************* GCD of two numbers using non-recursive function ******************************************************** *************** Source Code :...

View Article


A CPP Program to insert a substring into the given main string

********************************************************************* A CPP Program to insert a substring into the given main string ********************************************************************...

View Article

CPP Program display the position or index in the string

*************************************** Strstr() function in CPP *************************************** program : To display the position or index in the string  s where the string t begins or -1 if...

View Article

CPP Program using Functions

Write a complete C++ program which has the following FOUR (4) functions: (i)    get name of student: (ii)    get age of student (iii)    get marks of student – there should be a loop to accept several...

View Article
Browsing all 22 articles
Browse latest View live