Can Someone tell me why these files won't compile on unix but work fine (mostly) in windows?
It looks like unix-land doesn't load the variables from the inherited class QueueArray into the proper scope.
prog5.cpp is supposed to create 3 different types of Deque classes.
each Deque inherits from ArrayQueue
Your help is greatly appreciated =)
Thanks everyone