code seekers

  • March 29, 2022

Print ALLAH in Heart Shape in C++

Drawing Different Shapes is an interesting task and it helps in learning nested loops too. But Drawing boring and most used shapes

Read More
  • March 29, 2022

Binary to Octal Conversion in C++

Octal is a number system which have 8 characters in its counting that are 0,1,2,3,4,5,6,7Each Character of Octal System is Equal to

Read More
  • March 28, 2022

Binary to Hexadecimal Conversion in C++

Hexadecimal is a number system which have 16 characters in its counting that are 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F Each Character of Hex System is Equal

Read More
  • March 28, 2022

Binary to Decimal in C++

To Convert Binary Numbers into Decimal , we need to multiply each binary digit with Powers of 2 starting from right side.For

Read More
  • March 27, 2022

Voting Management System in C++ using File Handling

Voting management system is most demanded management system in C++ among students because this covers logic , syntax and thinking capabilities… I

Read More