Forum de LAPLLA.net
Le C et C++ et Nodejs ??? - Version imprimable

+- Forum de LAPLLA.net (https://laplla.net/forum)
+-- Forum : Tout le reste (https://laplla.net/forum/forum-5.html)
+--- Forum : Informations libres (https://laplla.net/forum/forum-11.html)
+--- Sujet : Le C et C++ et Nodejs ??? (/thread-661.html)



Le C et C++ et Nodejs ??? - jrousseau - 28-08-2017

Faire encore du C ??
Le C est à quasiment à la base de tout les logiciels.

Je propose ici un mini article pour commencer à coder du C sous linux/window.

Sous Linux c'est très simple créer un fichier ".c" puis :
Utiliser la commande "gcc monfichier.c -o monfichier" dans le terminal où il y a votre fichier

Sous window ( bon il y a visual C++ et consort ) :
gcc sous window :
installer : http://www.mingw.org/
puis installer : mingw-get-setup.exe

éteindre et lancer la commande gcc si ça marche pas rajouter MinGW\bin dans le path de window.
setx PATH "%PATH%;C:\MinGW\bin
relancer l'invite de commande.