This is a repo that contains C++ basics which will take you from Zero to Hero !
Download Visual Studio
Download Dev-C++ IDE to develop C++ applications
You can install MinGW
If you are using UNIX / Linux, then most probably C++ compiler called GCC should already be installed in your system. To check if you have it installed, you can type cc or gcc at the command prompt.
$ gcc -v
If for some reason it is not installed on your system, you can download it from gcc.gnu.org/install.
Install Xcode development environment from Apple's website, to use GNU C/C++ compiler. You can download Xcode from developer.apple.com/technologies/tools.