Skip to content

MaximilianYan/SystemProgramming

Repository files navigation

SystemProgramming

My educational path in MIPT

Content

This is the gathering of my educational projects. I'm educating in MIPT, System programming and applied mathematics, in the first grade (now, summer 2022).

I use raw C and C++ without most modern tools. Compiler - GCC (Mingw32). Also use makefiles and Doxygen.

List of projects:

Time block Project name Light description
Spring22 001.Dates Small utility for calculating intervals between two dates, translating it to number of raw days and to numbers of entire years, months, days
Summer22 001.QuadrEquation Doxygen documentation. Project for solving quadratic equations, with documentation and testing system
Summer22 002.StrLib Doxygen documentation. Project with implementation of several functions to work with c-style strings, with documentation and testing system
Summer22 003.Onegin Project with implementation of several pervertions over Evgeniy Onegin or your own poem. Can sort strings with your own alphabet.
Autumn22 004.Stack Doxygen documentation. Project with implementation of Stack and functions for work with it