projects in c++ with code

  • March 29, 2022

Print Name inside a Heart Shape in C++

I have written a code in C++ in which i have drawn a heart of hearts characters and printed name inside it

Read More
  • March 29, 2022

Draw Hexagon Shape using C++

Below is the code to draw hexagon shape in C++. Hexagon is a shape having 6 sides. Code: Output:

Read More
  • March 29, 2022

Simple Rectangle Shape in C++

Code: Output:

Read More
  • March 29, 2022

Paramid Shape in C++

Code: Output:

Read More
  • March 29, 2022

Unique Triangle Shape in C++

Output: Code:

Read More
  • March 29, 2022

Draw Empty Diamond in C++

Code: Output:

Read More
  • March 29, 2022

Print Diamond Shape in C++

Code: Output:

Read More
  • March 29, 2022

draw opposite paramids in C++

Code: Output:

Read More