LaunchCode-Education-Archived / cs50x-live

The generic template version of Launchcode's CS50x curriculum. Fork this to create a repo for a particular city.
Creative Commons Zero v1.0 Universal
2 stars 5 forks source link

[CLOSED] Resource: Module 2 / Custom strlen #9

Closed jesseilev closed 8 years ago

jesseilev commented 8 years ago

Issue by jesseilev Friday Nov 06, 2015 at 00:11 GMT Originally opened as https://github.com/Launch-Code/cs50x-live-2016/issues/9


An example program that writes and uses a custom implementation of the strlen function.

The function should simply iterate over a string and increment a counter until it reaches '\0', the null terminator.

Put it in customstrlen.c

jesseilev commented 8 years ago

Comment by ben2525 Friday Dec 04, 2015 at 02:05 GMT


Sent the solution to Jesse by email

jesseilev commented 8 years ago

Comment by stlou Friday Dec 04, 2015 at 17:32 GMT


Need to still need to make the folder in the exercises dir, and put ben's solution into the readme

jesseilev commented 8 years ago

Comment by jesseilev Monday Dec 07, 2015 at 22:59 GMT


Done. Resource is here