Multi-file C Program with Makefile in Eclipse

Описание к видео Multi-file C Program with Makefile in Eclipse

Demo creating a program which uses multiple C files in Eclipse. Creates a C module which contains some routines and uses a .h file to give access to those. Topics list below.

Topics:
- Configuring Eclipse to auto-save files and format code.
- Moving code from main.c into a new module
- Creating an include guard in a .h file
- Compiling multiple files with a Makefile
- Renaming methods in a module
- Encapsulating "private" functions to a module (internal vs external linkage) using static

Комментарии

Информация по комментариям в разработке