Skip to main content

Command Palette

Search for a command to run...

Day 47/100 100 Days of Code

Learning

Updated
1 min read
Day 47/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 was not able to progress much today. I kept working on the macOS Objective-C++ guide to find the assets in the .app file but had trouble getting the functions from the wrapper file.

I tried to fix it but I was unable to do so. I decided to remove the Objective-C++ file, the code from the C++ source files and the Mac build library creation logic from CMakeLists.txt

I found a library that might fix the problem The library is cpplocate. I have to learn more about the library before experimenting with it.

100 Days of Code

Part 47 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.

Up next

Day 48/100 100 Days of Code

Rebuild Back Better