Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimizing The Index Variables Used in Loops #28

Open
massout opened this issue Aug 26, 2024 · 0 comments
Open

Optimizing The Index Variables Used in Loops #28

massout opened this issue Aug 26, 2024 · 0 comments

Comments

@massout
Copy link

massout commented Aug 26, 2024

The index variables used in loops, which are defined as "int", can be defined as "unsigned" or "unsigned int" because they never take negative values. This may expand the values ​​of these variables.

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

No branches or pull requests

1 participant