Format Codes and Third-Party libraries in C

preview_player
Показать описание
This video introduces new programmers how we would go about installing a third-party library and how we will use a specific library to help get input from the user. We then introduce format codes that we can use with printf to allow us to format our text and output variables.

If you haven't watched the previous videos on C make sure you check them out so that you understand everything we are doing here.

Commands to install library:

*Look in pinned comments!*

Рекомендации по теме
Комментарии
Автор

For some reason the 2nd command wouldn't show up correctly because youtube is presenting part of it as a link.

The commands are as follows:
sudo apt install curl


sudo apt install libcs50

CSRowdie