Abu Harishabuharish.hashnode.dev·Oct 4, 2024Mingw is not installingMingw is a compiler for C++ in Windows. During the installation, you may face several issues related to installation. One of the reasons could be your network. Alternative to mingw You can use msys2 for the installation of the compiler. Benefits of m...Programming Tips
Dilip Patelcppmastery.hashnode.dev·Sep 30, 2024C++ InstallationThis article provides a step-by-step guide to installing and setting up a C++ development environment on Windows and macOS using Visual Studio Code. It covers downloading and installing a C++ compiler, setting up the file path, installing Visual Stud...C++ Basicscpp
Md. Maruf SarkerforStack Learnerblog.stacklearner.com·Sep 14, 2023Editor, Compiler, Runtime, git, etc Setup guidelines for BeginnersFor Windows Users ডাউনলোড vscode Install a terminal gitbash Nodejs Setup ডাউনলোড nodejs After installing it open a new terminal and type node -v and npm -v to check if everything is working fine. C/C++ Setup ডাউনলোড mingw compiler Follow the ins...11 likes·370 readsgit-setup
Md. Maruf Sarkermdmarufsarker.hashnode.dev·Sep 14, 2023Editor, Compiler, Runtime, etc Setup guidelines for BeginnersFor Windows Users ডাউনলোড vscode Install a terminal gitbash Nodejs Setup ডাউনলোড nodejs After installing it open a new terminal and type node -v and npm -v to check if everything is working fine. C/C++ Setup ডাউনলোড mingw compiler Follow the ins...70 readsgit-setup