← Back to Submind

Topic

c programming

6. "If Statements" 2025 Winter APS105 Section 3 (University of Toronto)

Jon Eyolfson

The lecture introduces "if statements" as a fundamental mechanism to move beyond writing boring, repetitive programs by enabling conditional execution of code. In C programming, an if statement allows the computer to evaluate a Boolean expression—resulting in either true (1) or false (0)—and execute …

Bjarne Stroustrup: Deep Learning, Software 2.0, and Fuzzy Programming

Lex Fridman

In this discussion, Bjarne Stroustrup addresses the growing intersection of traditional software engineering and machine learning, specifically deep learning systems that function through training on data to produce outputs from inputs. He acknowledges a fundamental distinction between these approac …