An open API service indexing awesome lists of open source software.

https://github.com/ivanfilipov/cplusplus-projects

FMI-oop-and-sdp-projcets-C++
https://github.com/ivanfilipov/cplusplus-projects

Last synced: about 1 year ago
JSON representation

FMI-oop-and-sdp-projcets-C++

Awesome Lists containing this project

README

          

# Cplusplus-Projects
FMI-oop-and-sdp-projcets-C++

Source code formatter

A console application, that takes C/C++ source files as arguments and different types of formatting options
in order to make corrections to the files.
Creates a valid HTML document from the edited sources.

Key-Value Storage

A console application that stores blocks from the memory to the hard drive and can load them back by an unique key.
Creates a full log information about each operation.