Fire-Run | Дата: Вторник, 15.01.2019, 10:17 | Сообщение # 1 |
 Генералиссимус
Группа: Администраторы
Сообщений: 43
Статус: Оффлайн
|  Страниц: 431
Скачать книгу + Исходники
|
|
| |
alexsmithofficial65 | Дата: Воскресенье, 23.04.2023, 01:42 | Сообщение # 2 |
Рядовой
Группа: Пользователи
Сообщений: 1
Статус: Оффлайн
| There were quite a few things in STL that weren't included in C++. I loved the compose and select functors, power() (which I still have to write by hand every time) and iota() which made a comeback for C++11.
Many general-purpose C++ libraries back then (1992-1998) had containers (including hash maps of course), iterators, and some sort of algorithms, but STL had the best design and the smallest scope (no threads, strings, I/O , or date/time like the others) OPs question was "i have a program but i am not sure on how to implement it using containers and algorithms", and it's impossible to answer without the program in question, or at least a detailed description of what it does.
Сообщение отредактировал alexsmithofficial65 - Воскресенье, 23.04.2023, 01:48 |
|
| |