Tip |
---|
Cette page introduit les bases de la programmation en C/C++. |
Qu’est-ce que la programmation
Programming is the process of creating complex behaviour by giving simple instructions to a computer. It is the art of creating a program – a sequence of instruction which the computer should execute to achieve a specific taskLa programmation est le processus de création de comportements complexes par le biais d’instructions simples transmises à un ordinateur. C’est l’art de créer un programme – une séquence d’instructions que l’ordinateur devrait exécuter afin d’accomplir une certaine tâche.
What is a programming language
...
The code is written in, compiled and finally downloaded in the micro-controller using an Integrated Development Environment. Although the CRC Robotics Competition participants are free to use whatever Arduino compatible IDE, we strongly recommend (and only support) the official desktop-based Arduino IDE.
...
Info |
---|
In Arduino IDE, compiling is known as verifying and code is written in |
...