С++ 1MIT осень2017 — различия между версиями
Материал из SEWiki
Ahuletsk (обсуждение | вклад) |
Ahuletsk (обсуждение | вклад) (→Практика Гулецкий) |
||
Строка 14: | Строка 14: | ||
Почитать: | Почитать: | ||
* Intro to C++ w/o C ([https://www.amazon.com/Primer-5th-Stanley-B-Lippman/dp/0321714113 C++ Primer, 5th]) | * Intro to C++ w/o C ([https://www.amazon.com/Primer-5th-Stanley-B-Lippman/dp/0321714113 C++ Primer, 5th]) | ||
+ | * краткое введение в make ([https://www.amazon.com/dp/1593275676 How Linux works, 2nd], sect. 15.2) | ||
* gdb ([https://www.nostarch.com/hacking2.htm Hacking the Art of Exploitation, 2nd], sect. 0x250) | * gdb ([https://www.nostarch.com/hacking2.htm Hacking the Art of Exploitation, 2nd], sect. 0x250) | ||
* linker/separate compilation/libs ([https://www.amazon.com/Computer-Systems-Programmers-Perspective-3rd/dp/013409266X CS:PP, 3rd], ch. 7) | * linker/separate compilation/libs ([https://www.amazon.com/Computer-Systems-Programmers-Perspective-3rd/dp/013409266X CS:PP, 3rd], ch. 7) |
Версия 09:36, 8 сентября 2017
Содержание
Лекции
Преподаватель: Линский Е. М.
Лабораторные и домашние
HFX-TA/cpp/F17-S18 — гит-репозиторий с описаниями лабораторных (обновляется каждую неделю).
Практика Гулецкий
Преподаватель: Артур Гулецкий (hatless.fox@gmail.com)
Префикс в теме письма: [C++TA]
Почитать:
- Intro to C++ w/o C (C++ Primer, 5th)
- краткое введение в make (How Linux works, 2nd, sect. 15.2)
- gdb (Hacking the Art of Exploitation, 2nd, sect. 0x250)
- linker/separate compilation/libs (CS:PP, 3rd, ch. 7)