Skip to main content

Timeline for A string library in C

Current License: CC BY-SA 4.0

Post Revisions

14 events
when toggle format what by license comment
4 hours ago comment added Toby Speight I don't think so @Tobias, since C doesn't have a counted-character string type. If it was C++, then I'd agree.
12 hours ago history became hot network question
15 hours ago answer added Chris timeline score: 4
16 hours ago comment added Tobias reinventing-the-wheel?
16 hours ago history reopened toolic
Loki Astari
Toby Speight
S 19 hours ago review Reopen votes
16 hours ago
S 19 hours ago history edited Abhiram CC BY-SA 4.0
added example program showing create, use and destroy as requested Added to review
19 hours ago comment added Toby Speight BTW, names containing two or more consecutive underscores are reserved for the implementation for any purpose, including as macros, so many of your identifiers are unsafe in that respect.
19 hours ago comment added Toby Speight I think you should probably include the code to create and destroy your string objects - without those, it's quite hard to understand how it works and is expected to be used. An example program that exercises the code under review would be extremely helpful to reviewers - I expect I'd vote to reopen if you can include that (sufficiently complete that I can compile and run in).
19 hours ago comment added Toby Speight Thanks for adding the code to the question. That's better, but do note that your request for help implementing selectable search strategy is off-topic - we can review your code for problems, but asking for help with changing the functionality is specifically off-topic here - help center.
19 hours ago history edited Abhiram CC BY-SA 4.0
added 5193 characters in body
20 hours ago history closed Toby Speight
Chris
coderodde
Not suitable for this site
S 20 hours ago review First questions
20 hours ago
S 20 hours ago history asked Abhiram CC BY-SA 4.0