Блог пользователя d1312

Автор d1312, история, 10 дней назад, По-английски

I heard STL is a good tool, so I installed STL on my compiler. The problem is, when I use deque, everything is fine. But when I use destack, it gives me this error:

[Error] destack: No such file or directory
compilation terminated.

I'm using the last version of MinGW GCC installed with the MinGW GCC Package Manager, with compile flags -std=c++14 -O2. My friend also have this problem. So please help.

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
10 дней назад, # |
  Проголосовать: нравится +39 Проголосовать: не нравится

There is no such thing as destack in C++ STL. stack only works from one side