Skip to main content

Command Palette

Search for a command to run...

Day 60/100 100 Days of Code

Learning

Published
1 min read
Day 60/100 100 Days of Code
C

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 watched the rest of the Clang and LLVM keynote and learned some great things. Clang is a great tool for cross compiling and I am looking forward to start working with it.

I re-did the project in visual studio and installed all the SDL dependencies. Visual studio can detect the libraries now. Since I have fixed the problem with Powershell I might be able to build it with Mingw and avoid VIsual Studio. Should I give it a try? I feel like I am wasting time, but I do learn how handle Windows.

At least I learned how to add third party libraries to Visual Studio without the help of a package manager.

100 Days of Code

Part 1 of 50

100 days of code is a good initiative to go into hard mode and spend more time in programming. These 100 days will be focused on completing projects and research.