CampelloManuel / progetto-esame

Progetto Arduino e tesina per l'esame - Campello e Fusco
https://bit.ly/cogeneratore
GNU General Public License v3.0
0 stars 1 forks source link

C++ #11

Closed CampelloManuel closed 7 years ago

CampelloManuel commented 7 years ago

C++ is a computer programming language based on C. It was created for writing programs for many different purposes. In the 1990s, C++ became one of the most used programming languages in the world. C++ was developed by Bjarne Stroustrup at Bell Labs in the 1980s, and was originally named "C with classes". The language was planned as an improvement on the C programming language, adding features based on object-oriented programming. Step by step, a lot of advanced features were added to the language, like operator overloading, exception handling and templates. It can be used both as a procedural or object oriented language, which means it can manipulate memory by single variables or through regions of data called "objects". It was created by a Danish researcher at Bell Labs in the 1980s. It is cross platform and basically universal, which is why the Arduino developers chose to adopt it. There have been many implementations ad dialects throughout its history, and the one we are using is a simplified version with all the necessary functions to operate physical devices with our regulator, which also include several libraries. These libraries are pieces of software that provide useful - but not essential - functionality, such as an abstraction to translate the command of rotation of a stepper engine to the electrical signals needed to perform such actions FOTO: codice c++ FOTO: logo del c++

CampelloManuel commented 7 years ago

*arduinoe

CampelloManuel commented 7 years ago

ok fatto perfetto bravissimo 😆