Skip to content

create string type #22

Description

@LytixDev

The default char * array in C works fine, but its prone to errors. Since it does not keep track of the length of the string, buffer overflows and other security vulnerabilities are common. Modern computers have enough memory to store the length of the char * with the string. This would make it easier, and more safe, to use. If we were to implement a string type we would make sure it can be compatible with all the builtin str functions. We could also just make some of our owns.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions