C++ Tutorial 6

Install C++In this tutorial we’ll solve 4 problems while learning some new tricks. We’ll turn vectors into strings and vice versa. Then we’ll trim whitespace, find all substring matches and then replace them. We’ll finish up the tutorial with homework on how to create a Caesar Cipher function.

I hope you enjoy this tutorial. All of the code and a transcript of the video follows the video below. Continue reading C++ Tutorial 6

C++ Tutorial 5

Install C++In this part of my C++ tutorial we’ll cover numerous ways to interact with Strings, numerous common Math functions and we’ll solve a rather complex 2 part problem. The goal of this series is to teach the syntax of the C++ language while actually teaching how to solve problems using C++. Each tutorial includes increasingly more complex problems for you to solve. All of the code and a transcript follows the video below. Continue reading C++ Tutorial 5

C++ Tutorial 2

Install C++I continue teaching C++ through problem solving. In this video I cover conditional operators, logical operators, if, else, arrays, vectors, converting strings into vectors, string stream, while loops, for loops and more. I’ll also present 2 problems for you to solve, which I’ll then provide the answer to.

I think learning through doing is the best and the problems will keep getting more complex. The code follows the video below to help. Continue reading C++ Tutorial 2

C++ Tutorial

Install C++Here I will begin my large C++ tutorial that many people have been asking for. I decided to teach C++ through problem solving. This first video covers preprocessor directives, main, cout, if, terminal arguments, for, data types, variables, constants, printf, strings, getline, cin, conversions, and much more.

This tutorial is light on problems, but for each forward I’ll try to include at least 3 progressively complex problems for you to solve. I hope you enjoy it. Continue reading C++ Tutorial

Setup Visual Studio Code MacOS

Setup Visual Studio Code on MacI received a bunch of requests on how to setup Visual Studio Code on MacOS and so I made a tutorial. I’ll show how to install C / C++ and then cover how to get Visual Studio code to work as a great C++ and Arduino platform. Windows users look here.

Here is the link to Visual Studio Code. I also received questions on what Arduino kit I plan on using in my upcoming tutorials so here that is for those that are interested. If you get the Unable to open ‘PIO Home’ error, here is the fix. Continue reading Setup Visual Studio Code MacOS

Install C++ & NetBeans

Install C++I asked everyone to tell me what tutorial they wanted and C++ won. In this tutorial I show you how to install C / C++ and NetBeans on both Windows and MacOS. I decided to use NetBeans because I think it is the best C++ IDE on every operating system.

Here is the link for Minimalist GNU, NetBeans and XCode. I’ll also be covering Arduino at the same time because of the interest in it. Fee free to use any IDE, because C++ code works on all of them. Continue reading Install C++ & NetBeans