This is the first tutorial in the c/c++ crash course. This being my first tutorial please bare with me. I’m running on the assumption you already have a an IDE (Integrated Development Environment) set up like Code::Blocks, Visual Studio, Xamarin or go old school with the most basic of text editors and a command line … C/C++ Crash Course – Data types Primitive data types in c++ are the variables we store the data for our program. They come in many different flavors and there’s a few key notes to make in this section. Without going in to too much detail about twos-compliment. The first and foremost question is the data …
c/c++ 01 – Hello World
c/c++ 02 – Data Types