Coder Social home page Coder Social logo

italian_c's Introduction

Salve e benvenuti al primo linguaggio di programmazioni in italiano,

questo linguaggio è praticamente il linguaggio "C" però con le funzioni principale in italiano, per l'appunto bisogna installare il compilatore gcc. Principalmente è indirizzato a tutti gli utenti Linux

per installare il compilatore è sufficente:

Ubuntu e Debian sudo apt-get update -y sudo apt-get install gcc -y

Fedora sudo dnf update sudo dnf install gcc

Arch sudo pacman -Syu sudo pacman -Sy gcc

Se non si dispone dispone di un sistema linux si può usufruire di 2 strumenti: -WSL(Windows Subsystem for Linux) https://learn.microsoft.com/en-us/windows/wsl/install <- link per il setup oppure lo si cerca sul Microsoft Store -Virtual Machine (suggerisco VirtualBOX)

I comandi tradotti sono i seguenti #includi -> #include int -> intero float -> non_intero double -> doppia char -> vocabolo bool -> booleana true -> vero false -> falso for -> per while -> finche do -> fai return -> ritorna printf -> stampa main -> principale

Metto pure un paio di esempi:

code: #includi<stdio.h> intero principale(){ per(intero a = 0; a < 10; a++){ stampa("%d", a); } }

output: 0123456789

L'estensione dei file è .italian

italian_c's People

Contributors

feranko avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.