Day 29/100 100 Days Of Code
Learning

AKA Chris, is a software developer from Athens, Greece. He started programming with basic when he was very young. He lost interest in programming during school years but after an unsuccessful career in audio, he decided focus on what he really loves which is technology.
He loves working with older languages like C and wants to start programming electronics and microcontrollers because he wants to get into embedded systems programming.
I decided to take a break from Info Hunter and start learning an essential tool for C and C++ developers. Cmake.
Cmake is a program that helps developers create builds, executables, installations, and run tests.
I watched an introduction video to Cmake and learned how to create a Cmake project, create a builds folder, set the minimum Cmake version required, set the project name, and add project source files for the build. I also learned how to run the make command to create an executable.




