Saturday, July 14, 2018

Segmentation Fault - C Pointers


Segmentation Fault!!!

I have seen this phrase so many times I may end up having nightmares with it. But I got there in the end!! In my experience,  it seems the only way to learn how to use pointers properly is through trial and error. :D

This time I've used them to develop a ListBox in C with scroll capabilities.
As usual you can find it in my github repository. (Code available for Linux, Windows and DOS).

Cheers!

Demo:



No comments:

Post a Comment