top of page
Search
The Tech Platform
Sep 30, 2020
Using C++ and WSL in VS Code
In 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 Platform
Sep 13, 2020
Learn the basics of programming with C
Our 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 Platform
Aug 28, 2020
Setting up Code::Blocks on Windows
This tutorial gives you easy-to-follow instructions, with screenshots, for setting up a compiler (the MINGW compiler), a tool that will...
The Tech Platform
Aug 28, 2020
8 Common Programming Mistakes
Learning 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 Platform
Aug 17, 2020
How to use printf to format output
Get to know printf, a mysterious, flexible, and feature-rich alternative to echo, print, and cout. When I started learning Unix, I was...
The Tech Platform
Jun 22, 2020
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...
bottom of page