Comet Labs 48-Port 10 Podręcznik Użytkownika Strona 17

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 132
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 16
Standalone C - Hello World
CoMET Version 5.9 – Tutorial 13
Creating a Source File
Choose File/New File, or press Ctrl-N, or click the button in the tool bar.
New dialog:
Choose Text Document
Click OK
A new text document opens in the Document window. CoMET supplies a default window
title of Text1. Type in the following text:
#include <stdio.h>
void main() {
printf("Hello world\n");
}
Now save the file.
Choose File/Save File, or press Ctrl-S, or click the
button in the tool bar.
Save As dialog: Navigate to the appropriate project directory
Save As dialog: File name: Type hello1.c
Save As dialog: click OK
Przeglądanie stron 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 ... 131 132

Komentarze do niniejszej Instrukcji

Brak uwag