Part of our assignment was to create our own puts() function and I must say this video was a life saver! I implemented the cool tricks of shortening the code. Tried it with the for loop instead and it worked the same, only that when i use *str as the condition, it prints some other unknown output so i just changed it to *(str + i). I found that this also works when i remove the increment from the for loop and just say this: putchar(*(str + i++) thanks to you!
@kemalegenergiz8935 Жыл бұрын
I am taking C Programming course this semester and this video is really insightful. Thank you Mr Brown, greetings from Turkey.
@profbbrown Жыл бұрын
You are very welcome
@starc0w Жыл бұрын
Awesome! Thank you very much!
@GbolahanAkande Жыл бұрын
Thanks for this.
@basavarajtippannavar3092 Жыл бұрын
Hi Professor, nice to see you back, how’s life is going??
@profbbrown Жыл бұрын
Good! Back in the classroom, so I haven't been doing live streams. But keep those notifications on! I may pop up on an impromptu stream now and then.