Vertaling van "hello.c" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Upewnij się, że kompilator gcc jest na swojej drodze i że używasz go w katalogu zawierającym plik źródłowy hello.c.
Make sure that gcc compiler is in your path and that you are running it in the directory containing source file hello.c.
Programy C Program AC może się wahać od 3 linie do milionów linii i powinno być napisane w jednym lub więcej plików tekstowych z rozszerzeniem".c"; Na przykład, hello.c.
A C program can vary from 3 lines to millions of lines and it should be written into one or more text files with extension".c"; for example, hello.c.
Aby skompilować program GTK o nazwie hello.c, musi być użyta następująca komenda
To compile a GTK program named hello.c, following command can be used
Rodzaj gcc hello.c i naciśnij Enter, aby skompilować kod.
Type gcc hello.c and press enter to compile your code.
By Cię przed tym uchronić, Emacs okresowo zachowuje wprowadzone zmiany w specjalnym pliku, który ma znak na początku i na końcu swojej nazwy. Przyjmijmy na przykład, że Twój plik nazywa się "hello.c".
The auto save file name has a at the beginning and the end; for example, if your file is named "hello.c", its auto save file's name is"#hello.c#".
Andere resultaten
Tutaj możemy powiedzieć make, że cześć jest zależna od main.o, factorial.o i plików hello.o.
Here, we tell the make that hello is dependent on main.o, factorial.o, and hello.o files.