Introduction to programming 2 — различия между версиями

Материал из Wiki - Факультет компьютерных наук
Перейти к: навигация, поиск
Строка 47: Строка 47:
 
|-
 
|-
 
| 1
 
| 1
|align="center"| [https://ikohse.github.io/DSBAMaterials/01-Introduction.pdf Jan 10] <br> Extra materials: <br> - http://faculty.cs.niu.edu/~mcmahon/CS241/Notes/compile.html <br> - http://www.ikerhurtado.com/relearning-cpp-process-of-writing–building-executing-program <br> - https://stackoverflow.com/questions/6264249/how-does-the-compilation-linking-process-work - http://www.ntu.edu.sg/home/ehchua/programming/cpp/gcc_make.html
+
|align="center"| [https://ikohse.github.io/DSBAMaterials/01-Introduction.pdf Jan 10] <br> Extra materials: <br> http://faculty.cs.niu.edu/~mcmahon/CS241/Notes/compile.html <br> http://www.ikerhurtado.com/relearning-cpp-process-of-writing–building-executing-program <br> https://stackoverflow.com/questions/6264249/how-does-the-compilation-linking-process-work <br> http://www.ntu.edu.sg/home/ehchua/programming/cpp/gcc_make.html
 
|align="center"| Jan 9, 10, 14
 
|align="center"| Jan 9, 10, 14
 
|align="center"| [https://ikohse.github.io/DSBAMaterials/02-Basics.pdf Jan 15]
 
|align="center"| [https://ikohse.github.io/DSBAMaterials/02-Basics.pdf Jan 15]

Версия 03:07, 16 января 2019

Syllabus

Contacts

Name Role Telegram
Sergey Shershakov Lecturer, workshop presenter @bjolyk
Andrei Tatarnikov Workshop presenter @andrewt0301
George Piatsky Workshop presenter @p_george
Kirill Rudakov Workshop presenter @ArcticBEARD
George Marshalko Assistant @gmarshalk
Ilya Kostyuchenko Assistant @ilyakooo0
Michael Diskin Assistant @yhn112

Materials

Week Lecture 1 (Thu) Workshop 1 (Wed, Thu, Mon) Lecture 2 (Tue) Workshop 2 (Tue)
1 Jan 10
Extra materials:
http://faculty.cs.niu.edu/~mcmahon/CS241/Notes/compile.html
http://www.ikerhurtado.com/relearning-cpp-process-of-writing–building-executing-program
https://stackoverflow.com/questions/6264249/how-does-the-compilation-linking-process-work
http://www.ntu.edu.sg/home/ehchua/programming/cpp/gcc_make.html
Jan 9, 10, 14 Jan 15 Jan 15

Setting up C++

If you have any problems installing the software you can contact @gmarshalk for Windows or Linux questions and @ilyakooo0 for macOS questions.

Setting up C++ on Windows or Linux

Setting up C++ on macOS

Installing CMake on macOS