Saturday, July 2, 2011

Stacks and Queues GUI applications

These are some GUI applications I developed when I was following the 'Software Technology I' subject when I was in the second semester of the first year at SLIIT. I think this will be useful to learn not only Stacks and Queues but also tasks like exception handling when implementing a C++ GUI application in Visual Studio.

This Stack application demonstrates the fundamental tasks of a Stacks such as Push, Pop and Peek methods.




Click Here to download the application. (19.84 KB)
Click Here to download the Visual Studio project source code. (2.4 MB)


The Queue application demonstrates the tasks related to Queues such as Enqueue, Dequeue and Peek Front.

Click Here to download the application. (20.09 KB)
Click Here to download the Visual Studio project source code. (3.11 MB)

You need to have .NET Framework 3.5 installed in your PC to run these applications.


-Tharindu Edirisinghe-
-SLIIT 10'-

0 comments:

Post a Comment