Programming language and development system : C++ , Microsoft Visual Studio.
Name of developed program : Stack data structure.
Description of developed program :
Stack (eng. stack – stack) – data structure with the method of access to elements LIFO (Last In – First Out, the latter has come – first out). More often than not, the principle of the stack compared with the pile of plates: to take a second top, you need to take the top.
Adding an element, also referred to as protalkivaniem (push), may only top of the stack (added element becomes the first from top), push (pop) – also from top of the stack , the second top element becomes the top.
Created ( developed ) program written in c++. Source code are well commented.
If you have questions about the source code created by the developed program, I would be happy to answer them.
Developed (created) program can be modified for your environment.
You can order the creation of the graphical equivalent of the console program.
You can order the creation ( development ) programs, software for your tasks.

