1 / 7

Gli attrezzi del programmatore

Si spieghi con un esempio. 2. Gli attrezzi del programmatore. Prof. Francesco Procida procida.francesco@virgilio.it. SI SPIEGHI CON UN ESEMPIO. In questa seconda lezione saranno illustrati “Gli attrezzi del programmatore”

melva
Télécharger la présentation

Gli attrezzi del programmatore

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Si spieghi con un esempio 2 Gli attrezzi del programmatore Prof. Francesco Procida procida.francesco@virgilio.it

  2. SI SPIEGHI CON UN ESEMPIO • In questa seconda lezione saranno illustrati “Gli attrezzi del programmatore” • Rivediamo l’animazione della lezione precedente che rappresenta le fasi della programmazione autore: Francesco Procida

  3. Il programma ESEGUIBILE può essere eseguito dal computer Il programmatore scrive il programma sorgente in un linguaggio di programmazione (ad esempio C o C++) Write(“hello world”) 10001100 110100101 ??? Il programma OGGETTO e il programma ESEGUIBILE sono scritti in linguaggio macchina Programma Sorgente Il LINKER produce il programma ESEGUIBILE Il compilatore legge in input il programma sorgente PROGRAMMATORE Il LINKER legge in input il programma OGGETTO Programma OGGETTO OBJ OBJ OBJ EXE EXE Il compilatore produce il programma oggetto COMPILATORE C/C++ LINKER Programma ESEGUIBILE autore: Francesco Procida

  4. Per scrivere un programma ho bisogno di un Editor di Testo … di un compilatore di un linguaggio di programmazione… … di un LINKER … Ho bisogno di 3 strumenti differenti autore: Francesco Procida

  5. PER FACILITARE IL LAVORO DEL PROGRAMMATORE ATTUALMENTE TUTTI I LINGUAGGI DI PROGRAMMAZIONE SONO DOTATI DI AMBIENTI INTEGRATI CHE CONTENGONO TUTTE LE RISORSE NECESSARIE AI PROGRAMMATORI autore: Francesco Procida

  6. autore: Francesco Procida

  7. QUESTI AMBIENTI INTEGRATI SI CHIAMANO Integrated Development Environment autore: Francesco Procida

More Related