C++: implement a generic stack without using any STL library. Very strict on performance and exceptions, almost like to reproduce std::stack
Anonymous
using template and array for data saving. still not good enough.
Check out your Company Bowl for anonymous work chats.