Saturday, July 21, 2018

Listing files recursively in C in a menu with scroll.


One of the most complex programs I've ever written which makes use of my latest development with list boxes in C. You can navigate and change path while the different files and directories in the new path are added to the dynamic list for scroll.


>> SOURCE CODE <<

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: