Skip to content

Technologies

Lavínia Beghini edited this page Sep 22, 2020 · 2 revisions

Language

The core programming language in which this project was developed was C Language. This decision was made based on the goal of the activity, that is to implement the Algebra of Set functions without using any already-made solution. C is well recognized for beign a low-level language, providing little or no abstraction from a computer's instructions. That suits up perfectly for the development of this application.

IDE

The chosen IDE for this software is CLion, that is complete and simple to use, and it has in its advantage athe debugger options, very handful for C coding.