Back to Browse

Programming Challenges - 27 - String Streams (C)

320 views
Streamed live on Mar 15, 2021
54:10

Here, we implement a simple yet detailed extension of the dynamic array, the string stream in C. ***NOTE: there were two small but crucial errors in the realloc function 1) The comparisons should read if the newSize + 1 is greater than or equal to the capacity. 2) The only check for the output of realloc has to be if it is null, otherwise it will update the pointers accordingly. All the fixes are present in the most recent versions of the files on the repository. • Website: https://michaelg29.github.io/ • Twitter: https://twitter.com/MichaelGrieco10 • Discord: https://discord.gg/Uj54bDF • This Github Repo: https://github.com/michaelg29/yt-challenges • This Playlist: https://www.youtube.com/playlist?list=PLysLvOneEETP-XQZQ6VTdMIHmxbGxX6nX Listened to the Fez OST by Disasterpeace (music.disasterpeace.com).

Download

0 formats

No download links available.

Programming Challenges - 27 - String Streams (C) | NatokHD