1 / 7

Utilizare MinGW Developer Studio

Utilizare MinGW Developer Studio. Se creeaza un nou proiect (Project -> New Project). 2. Se introduce numele proiectului. 3. Se alege File- >New pentru a crea un nou program. 4. Se introduce numele programului. În loc de void main( ) se va folosi int main( ).

selene
Télécharger la présentation

Utilizare MinGW Developer Studio

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. Utilizare MinGW Developer Studio

  2. Se creeaza un nou proiect (Project -> New Project)

  3. 2. Se introduce numele proiectului

  4. 3. Se alege File->New pentru a crea un nou program

  5. 4. Se introduce numele programului

  6. În loc de void main( ) se va folosi int main( ) 5. Scrierea codului sursă Programul se va încheia cu return 0;

  7. Lansarea în execuţie a programului se face cu: Ctrl + F5 Sau folosind simbolul !

More Related