Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Make And Makefile For C/C++ Projects [2022 Edition]

    Posted By: ELK1nG
    Make And Makefile For C/C++ Projects [2022 Edition]

    Make And Makefile For C/C++ Projects [2022 Edition]
    Published 11/2022
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 688.77 MB | Duration: 1h 4m

    Learn to master Makefile. Use it in your daily C/C++ workflow!

    What you'll learn
    Makefile Targets
    Makefile Variables
    Makefile Arguments
    Set Compiler Flags etc.
    Requirements
    C/C++ Basics
    Commandline Basics
    Description
    Course Description:Do you want to take the next step as a C/C++ developer to get a professional foothold in these exciting languages?Then my course is the right one for you.What are Make and Makefiles?The compilation of source code files can be controlled with the program make. This is especially useful if it is a large project where the compilation consists of many individual steps and dependencies. The individual steps can be, for example, separate compilations or other file operations such as copying and deleting. Dependencies can be, for example, conditional compilations. These steps and dependencies are combined into a Makefile, which is then processed by the make program.This course consists of the following topics:Makefile Hello WorldMakefile Targets and CommandsBasic C/C++ Project StructureMakefile VariablesCommand-Line Values for VariablesCompiler, Pre-Processor, and Linker FlagsIf, Else Statements in MakefilesClean Target and PHONY TargetsPatterns, Wildcards, and SubstitutionsUsing Sub-Directories for your ProjectWrap-Up of MakefilesThe Tool we will use:You can use any IDE or Editor, i will use VSCodeYou already should have installed Make on your ComputerAlso any GCC or Clang should be installed on your systemWindows, Linux or Mac are all fineBecome a professional today, in the technology of tomorrow!See you in class!

    Overview

    Section 1: Chapter 1: Introduction

    Lecture 1 Introduction

    Lecture 2 Course manual

    Lecture 3 Course materials

    Section 2: Chapter 2: Makefiles

    Lecture 4 Hello World example

    Lecture 5 Basic Project Strcuture

    Lecture 6 Passing compiler flags

    Lecture 7 Create Source File and Objects List - Part 1

    Lecture 8 Create Source File and Objects List - Part 2

    Lecture 9 Makefile template for projects- Part 1

    Lecture 10 Makefile template for projects- Part 2

    Lecture 11 Additional Topics

    Lecture 12 Sum-Up

    Section 3: Chapter 3: Course Conclusion

    Lecture 13 Course Conclusion

    Lecture 14 Bonus lecture

    Every C and C++ Programmer