https://github.com/48d31kh413k/1337-ft_printf-42
This project is pretty straight forward. We will recode printf. Hopefully we will be able to reuse it in future projects without the fear of being flagged as a cheater. We will mainly learn how to use variadic arguments.
https://github.com/48d31kh413k/1337-ft_printf-42
1337cursus 42cursus born2code printf-42
Last synced: about 23 hours ago
JSON representation
This project is pretty straight forward. We will recode printf. Hopefully we will be able to reuse it in future projects without the fear of being flagged as a cheater. We will mainly learn how to use variadic arguments.
- Host: GitHub
- URL: https://github.com/48d31kh413k/1337-ft_printf-42
- Owner: 48d31kh413k
- License: gpl-3.0
- Created: 2021-10-18T15:32:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T14:20:16.000Z (almost 3 years ago)
- Last Synced: 2025-02-16T22:38:33.940Z (8 months ago)
- Topics: 1337cursus, 42cursus, born2code, printf-42
- Language: C
- Homepage:
- Size: 1.22 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ft_printf
This project is pretty straight forward. We will recode printf. Hopefully we will be able to reuse it in future projects without the fear of being flagged as a cheater. We will mainly learn how to use variadic arguments.# Resources
https://www.cprogramming.com/tutorial/printf-format-strings.html
https://blog.aaronballman.com/2012/06/how-variable-argument-lists-work-in-c/
https://stackoverflow.com/questions/38023473/include-first-argument-in-va-list-object
https://wiki.sei.cmu.edu/confluence/display/c/EXP47-C.+Do+not+call+va_arg+with+an+argument+of+the+incorrect+type
https://newbedev.com/char-type-in-va-arg
http://underpop.online.fr/j/java/help/using-flags-in-the-printf-format-string-formatted-output.html.gz
https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/va-arg-va-copy-va-end-va-start?view=msvc-170
https://velog.io/@ljiwoo59/ftprintf
https://www.lix.polytechnique.fr/~liberti/public/computing/prog/c/C/FUNCTIONS/format.html