Город МОСКОВСКИЙ
00:04:52

Create C Project in Qt Creator using cs50 library

Аватар
PHP и регулярные выражения
Просмотры:
22
Дата загрузки:
30.11.2023 17:48
Длительность:
00:04:52
Категория:
Обучение

Описание

Shows how we can create a basic plain C project in Qt creator and merge it with the Harvard University C Library.

You must download the Harvard University C Library from manual.cs50.net/library/ and paste the two files .c and .h to the qtCreator project folder.

Finally, add the following line in the Qt project file.pro:
QMAKE_CFLAGS += -std=c11 -Wall -Wformat -Werror -Wshadow

Рекомендуемые видео