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
Sagar Goswamisagargoswami.hashnode.dev·Jul 23, 2024Step-by-Step Guide to Install Graphics.h in Visual Studio CodeIntroduction Hi everyone, Today in this article we will see how to do graphical programming in Visual studio code using the Boreland Graphic interface's Graphic library. In case of don't actually have to use Borland Graphic interface, and you just wa...10 likes·315 readsgraphics.h
Stephen Dankyistephendankyi.hashnode.dev·Jul 15, 2023Setting up VSCode for Windows C/C++ developmentThere has been an eternal debate over which IDE is the best for software development. But over the years, my stance on this issue has just been one. The best IDE is the one that helps to get the job done. I mostly use Microsoft Visual Studio for soft...C++
Mojtaba Malekimojtabamaleki.hashnode.dev·Mar 14, 2023Setup of C++ and Python on WindowsSetup of C++ and Python on Windows Hey there, coding club members! Today, I'm excited to walk you through the steps to install the necessary software for us to start coding in Python and C++. We'll be using Visual Studio Code (VSCode) as our code edi...10 likes·237 readsUniversity of Debrecen Coding ClubPython