This was my submission for a practical for the Concurrency and Multi-Core Architectures module at the University of St Andrews, for which I recieved a 1st. I have implemented a coarsely locked queue, a finely locked queue, and a lock-free queue, using modern C++ techniques.