Skip to content

ft_printf: Introduce bonuses - #1

Draft
berkekbgz wants to merge 3 commits into
mainfrom
ft_printf-bonus
Draft

ft_printf: Introduce bonuses#1
berkekbgz wants to merge 3 commits into
mainfrom
ft_printf-bonus

Conversation

@berkekbgz

Copy link
Copy Markdown
Owner

No description provided.

@berkekbgz

Copy link
Copy Markdown
Owner Author

ft_printf is able to parse flags but cannot respond them at the current state of pr.

@berkekbgz

Copy link
Copy Markdown
Owner Author

bonus instructions of ft_printf evo page:

Simple flags management

Test the flags '.', '-' and 0.
Test %-d with INT_MIN.
Test the - flag with any value.
Test the 0 flag like %04d.
Test '.' with multiple precisions.
Compare return values with the original printf.
Rate it from 0 (failed) through 5 (excellent)

# + space

Check all conversions with '#', '+' and ' ' flags.
For each flag working, give points.
Rate it from 0 (failed) through 5 (excellent)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant