https://github.com/nickymateev/is-introduction-to-programming
All the materials you'll need for the course Introduction to Programming can be found here.
https://github.com/nickymateev/is-introduction-to-programming
Last synced: 9 months ago
JSON representation
All the materials you'll need for the course Introduction to Programming can be found here.
- Host: GitHub
- URL: https://github.com/nickymateev/is-introduction-to-programming
- Owner: NickyMateev
- Created: 2016-10-02T19:30:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T17:58:45.000Z (over 7 years ago)
- Last Synced: 2025-04-07T18:46:19.424Z (about 1 year ago)
- Language: C++
- Size: 2.38 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IS Introduction to Programming 2017
All the materials you'll need for the course Introduction to Programming can be found here.
## Course information
When: **Monday, 8AM-10AM**
Where: **FMI, room 309**
Progamming language: **C++**
IDE: **Visual Studio, CodeBlocks, CLion** *(or whatever works for you)*
## Grading
Two exams throughout the semester:
* The first one will be midsemester and will cover:
* Arrays
* Functions
* The second one will be at the end of the semester and will cover:
* Material from the whole semester
**Your grade for the course will be formed like so:** *AVG(Exam 1 + Exam 2 + AVG(HW1 + HW2 + HW3))*
*The two exams will be on computers.*
### Bonus points for:
* Having a GitHub account
* Generationg an SSH key
* Uploading your tasks to GitHub
* Cool solutions to the hardest tasks
* Working on Linux