dictionary in c++

Help to make programm in c++!

TASK.

Write linked implementation for the deque. Initial value of deque elements are read from file. Deque must include the following fuctions: adding, and removing elements from both the front and the rear, listing elements, checking is deque full or empty.


Thanks!
You can check out: http://cplusplus.com/reference/deque/deque/ for more info on deques.

Aceix.
http://stackoverflow.com/questions/6292332/what-really-is-a-deque-in-stl

@ ilgonis: try to write your Deque class yourself, then post and we'll help you improve it, fix mistakes, etc.

Also, it's a bit weird that your title mentions dictionary and then you ask about deques, because usually dictionaries are maps (called "associative arrays" by some people).
Topic archived. No new replies allowed.