The Tech PlatformSep 30, 2020C, C++Using C++ and WSL in VS CodeIn this tutorial, you will configure Visual Studio Code to use the GCC C++ compiler (g++) and GDB debugger on Ubuntu in the Windows...
The Tech PlatformSep 13, 2020C, C++Learn the basics of programming with COur new cheat sheet puts all the essentials of C syntax on an easy-to-read handout. In 1972, Dennis Ritchie was at Bell Labs, where a few...
The Tech PlatformAug 28, 2020C#Setting up Code::Blocks on WindowsThis tutorial gives you easy-to-follow instructions, with screenshots, for setting up a compiler (the MINGW compiler), a tool that will...
The Tech PlatformAug 28, 2020C#8 Common Programming MistakesLearning to program can be tough--just ask anyone who's done it! Fortunately, a lot of problems happen over and over again--I've put...
The Tech PlatformAug 17, 2020C#How to use printf to format outputGet to know printf, a mysterious, flexible, and feature-rich alternative to echo, print, and cout. When I started learning Unix, I was...
The Tech PlatformJun 22, 2020C#Why Does An Abstract Class Need A Constructor?Abstract classes, a fundamental concept in object-oriented programming, serve as blueprints for other classes, providing a structure that...