Learning the C Programming Language as a Classical Musician

Episode 3 Welcome back! In the last episode we looked at the structure of a C file on Xcode for macOS, while also giving a brief overview of the IDE’s user interface (UI). Today’s episode will be a bit more technical as we will delve into the basics of the C Programming Language, focussing ourContinue reading “Learning the C Programming Language as a Classical Musician”

Learning the C Programming Language as a Classical Musician

Episode 2 Welcome back! In the last episode we looked at the motivations behind this new delving into the world of programming, why I decided to start with the C Programming Language, and how to create your first C project on macOS 12.x using Xcode 13.x. Today we will analyse the structure of a CContinue reading “Learning the C Programming Language as a Classical Musician”

Learning the C Programming Language as a Classical Musician

Episode 1 Introduction So yes, I am back with learning how to code, after more than 2 years of complete stop during which I have probably launched Xcode twice. Most of those of you who follow me on Twitter do so because of those more than 100 articles I wrote back then when I wasContinue reading “Learning the C Programming Language as a Classical Musician”

Learning Swift — Day 226-7(240-1)

Some more Xcode in 20 seconds Multiple cursors: hold Option and drag to select multiple pieces of text, then write something you want in its place as now there will be multiple cursors. View Debugging : select a view and hit Cmd-Shift-D to highlight the view in the navigator. Timing test: go to the ReportContinue reading “Learning Swift — Day 226-7(240-1)”

Learning Swift — Day 224-5(238-9)

How to open a link in Safari Following this video by Sean Allen. Import SafariServices. Inside an action of a button call this function with a proper string URL. Work with DateComponents Following this video by Sean Allen. The video already contains a finished file, which I do not want to override. You can findContinue reading “Learning Swift — Day 224-5(238-9)”