C fundamentals with Emacs + Org mode practice session: printf()

Описание к видео C fundamentals with Emacs + Org mode practice session: printf()

Silent hacking! This time even without notebook - just code.
- Emacs +: Orgmode Practice Playlist: https://tinyurl.com/emacs-orgmode
- The Emacs Org-mode practice file is at: http://tinyurl.com/6-printf-org

Practicing:
- Conversion specification
- Integer decimal format %d
- Integer decimal precision p
- Scientific notation format %e
- Variable floating point format %g

Small error in the script at 4:50: the numbers to print in the section "Integer decimal d" are 1, 1, 100 and 10,000 so that you can compare %d and %.1d for 1 (same result).

Created for "Introduction to Programming in C++" (CSC 100), Lyon College, Spring 2024.

Комментарии

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