Developing FolderSizes
At this point I have a functional alpha build of my FolderSizes program (not sure that this will be the final name of the product).
For those that are interested, FolderSizes is a Windows application, developed in high-performance C++, that allows users to select a folder or drive on their system, which initiates a folder scan in a separate thread. It then reports the total size of each subfolder and its contents. In addition to reporting folder size results in a listview, it also dynamically draws a graph using GDI+. I've also got some other features in the works, such as HTML exporting, a hard drive size monitor window, and more.
Ah, writing C++ is so much fun. :)
Anyway, I intend to give away this utility as freeware, as soon as I get the bugger finished up. Soon I'll be looking for beta testers.
For those that are interested, FolderSizes is a Windows application, developed in high-performance C++, that allows users to select a folder or drive on their system, which initiates a folder scan in a separate thread. It then reports the total size of each subfolder and its contents. In addition to reporting folder size results in a listview, it also dynamically draws a graph using GDI+. I've also got some other features in the works, such as HTML exporting, a hard drive size monitor window, and more.
Ah, writing C++ is so much fun. :)
Anyway, I intend to give away this utility as freeware, as soon as I get the bugger finished up. Soon I'll be looking for beta testers.