C++ Course
С++ Syntax. Basic(Numerical methods) / OOP / STL / Git
Инструкция по установке компилятора: [.pdf]
Git
Git SingUp: [.pdf]
Git via Terminal: [.pdf]
Файлы выполненного задания отправлять в ваш репозиторий git, название папки должно соответствовать номеру и назавнию урока, например, 01_repeat_and_plot
[+] Basic
Lesson 00 [Compilation Proccess]
[.pdf]
Lesson 01 [Repeat & Plot]
[.pdf]
Lesson 02 [Numerical Methods] [.pdf]
Lesson 03 [Arrays] [.pdf]
Lesson 04 [Functions] [.pdf]
Lesson 06 [Pointers] [.pdf]
Lesson 07 [References & Flags] [.pdf]
Lesson 08 [Namespaces & Linkage] [.pdf]
Lesson 09 [Struct] [.pdf]
Project [Least Squares Method]:
Object Oriented Programming
Репозиторий: https://github.com/is-info64/schoolНаведите порядок в репозитории. Переместите все директории в папку Basic, кроме Numerical. Создайте директорию OOP и Greditor, куда будете сохранять все задания. Итого в корне репозитория будет находиться 4 директории: Basic, OOP, Numerical, Greditor
Lesson 1 [Classes] [.pdf]
Lesson 2 [Static members] [.pdf]
Lesson 3 [Incapsulation] [.pdf]
Lesson 3 [Inheritance] [.pdf]
Lesson 4 [Polymorphism] [.pdf]
Project [Graphic Editor]