How to Start a Program
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore the intricate process of program execution in this comprehensive conference talk from NDC TechTown 2022. Delve into the mechanics behind running an executable, uncovering the hidden steps that occur before reaching the main() function. Gain insights into variable initialization, memory allocation, and the complexities of calling functions from shared objects. Examine the structure of a program both on disk and in memory, with a specific focus on Linux/ELF systems. Learn how these principles compare to Windows/COFF environments, using C++ code examples primarily from the C subset. Build upon knowledge from the speaker's previous talk, "From Program to Process - What Happens After The Compiler," to deepen your understanding of the program execution lifecycle.
Syllabus
How to start a program - Anders Schau Knatten - NDC TechTown 2022 2
Taught by
NDC Conferences
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera