Showing: 3 RESULTS
C++ Code

🖥️ CMake Tutorial

Introduction CMake is a tool for controlling the build process, which creates scripts to turn C++ source code into a specific project. Examples: Generates vcxproj files for Microsoft Visual Studio 2017, toolchain, and MSVC 19 Generates project for MinGW If you want to know how to setup a complete C++ project, go to Cpp Dev …

C++ Code Process

🖥️ Set up your dev workspace C++

In this article, I will show you how to setup your working environment for C++ Projects. Let’s get started: Create a folder named: HOME_DEV, ideally in : C:/ for Windows ~ for Linux /Users/${YOUR_NAME}/ for Mac Examples: – Windows: `C:/HOME_DEV/` – Linux: `~/HOME_DEV` – Mac: `/Users/${YOUR_NAME}/HOME_DEV` 💡 CLI: Run mkdir “/Users/${USER}/HOME_DEV” to create the folder. …

C++ Code

🖥️ C++ Dev Tools Setup

Hey there, fellow coder! Want to hear a joke before we get started with this C++ dev tools setup tutorial ? If you have not done it yet, you can read our article on how to setup your C++ dev environment we used. Why did the programmer quit his job? Because he didn’t get arrays! …