Ide or software for C++

I don’t have any software or ide to practice C++ I have sent emails and request but nothing happened
in c++ installation lecture there is a link, on that, I was unable to find anything that I can install

@anujsharmabadboy
You can use the online IDE of Coding Blocks - ide.codingblocks.com. It is free and easy to use.
For your PC , you can download any offline IDE you see fit.
Some of the popular ones are DevC++ , Code::Blocks , CLion etc or simply use a text editor with an installed compiler like MinGW. Text editors like Visual Studio Code or Sublime Text.
The link shared details step by step instructions for how to set up Sublime Text for the same. Alternatively you can use any of the above mentioned IDEs or any other as well. They are available on the internet and are easy to install and set up.