This is my code for an assignment that I am currently working on:
"2a. Write a function to add first 6 integers alternately to front and back of a deque. (in header file)
2b. Write a template function to display the content of a deque using iterator (in header file)
2c. Write a template function to change back value to a specified value using iterator (in header file)
Then write a driver to test the above three template functions."
my problem is that I keep getting error-LNK1120 and LNK2019. I project is also in console, so what could the problem be?