List of C++ Programs

Here is the list of all C++ programs available in this blog. You can find basic level programs as well as advanced level programs. All of these programs have been categorised below. Click on the buttons inside the tabbed menu to explore those categories.


    Basic

  1. Hello, World! program
  2. Addition, subtraction, multiplication and division
  3. Convert a character to ASCII value
  4. Convert ASCII value to a character
  5. Compute quotient and remainder
  6. Swap two numbers without third variable
  7. Swap two numbers using third variable
  8. Swap two numbers using X-OR
  9. Fahrenheit to Centigrade conversion
  10. Centigrade to Fahrenheit conversion
  11. Simple interest
  12. Conversion between Kilograms and Grams
  13. Calculate percentage of a number
  14. Decision making

  15. Check vowel or consonant
  16. Check if a character is a digit
  17. Conversion between uppercase and lowercase letter
  18. Check if a number is positive or negative
  19. Check if a number is even or odd
  20. Find largest among three numbers
  21. Check if a number is a perfect square
  22. Check leap year
  23. Simple calculator
  24. Calculate profit and loss
  25. Roots of quadratic equation
  26. Find the letter grade of a student
  27. Find the age group
  28. Calculate income tax
  29. Display month according to input number
  30. Conversion between 12-hour and 24-hour time format
  31. Loop & Recursion

  32. Print natural numbers
  33. Print natural numbers using recursion
  34. Print all numbers in a range
  35. Sum of first N natural numbers / Sum of series 1 + 2 + 3 + .. + N
  36. Sum and average of N numbers
  37. Compound interest
  38. Display multiplication table
  39. Power of a number
  40. Count no of digits
  41. Factorial of a number
  42. Display N th fibonacci number
  43. Find minimum number of currency notes to make an amount N
  44. Find nCr and nPr
  45. Sum of digits in integer
  46. Find reverse of a number
  47. Check a number is a prime or not
  48. Display prime numbers between interval
  49. Check amstrong number
  50. Find the average and sum until 0 is entered
  51. Find the frequency of a digit in a number
  52. Check perfect number
  53. Check if a number is palindrome
  54. Pattern

  55. Square pattern
  56. Rectangle pattern
  57. Rhombus pattern
  58. Half diamond pattern
  59. Diamond pattern
  60. Right triangle, Half pyramid pattern
  61. Full pyramid pattern
  62. Inverted full pyramid pattern
  63. Snake number pattern
  64. Spiral pattern
  65. Hollow rectangle pattern
  66. Hollow rhombus pattern
  67. Hollow diamond pattern
  68. Hollow pyramid pattern
  69. Floyd's triangle pattern
  70. Pascal's triangle pattern
  71. Array

  72. Find largest element in array
  73. Find smallest element in array
  74. Display array in reverse
  75. Sum and average of N numbers
  76. Bitwise operation

  77. Check if a number is even or odd
  78. Matrix

  79. Check equality of two matrices
  80. Matrix addition
  81. Matrix subtraction
  82. Geometry

  83. Calculate the Area, Perimeter and Diagonal of a square
  84. Games

  85. Rock paper scissors random approach
  86. Miscellaneous

  87. Multiply large numbers

Case

Function & Pointer

Strings

Structure and Union

File Input/Output

Miscellaneous

  1. Multiply large numbers