"\My Documents\OOP\project1\p1.cpp(84) : error C2440: '=' : cannot convert from 'void *' to 'struct queueNode *'
Conversion from 'void*' to pointer to non-'void' requires an explicit cast"
--> when you call malloc you are not casting to the pointer type you need. All calls to...