C++ program that converts binary numbers into decimal numbers using a linked stack data structure.
C++ project that converts a number from base 2 ( binary system ) to base 10 ( decimal system ) using a linked stack.