Einführung in die Programmierung Flashcards

1
Q

ls

A

shows a list of content inside the main file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Symbol = “.”

A

current/actual Directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Symbol= “..”

A

top of the list directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Symbol= “~”

A

Synonymous for original/home file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

cd

A

changes into the original file of the user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

ls

A

show data from the current directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

ls -la test

A

show data in a detailed insight

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

g++ -c main.cpp

A

creates the object data from the data main.cpp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

g++ main.exe main.cpp

A

creates the executable data from main.cpp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

g++ -M mian.cpp

A

shows the interdependency of the data inside main.cpp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

-Wall

A

shows all the possible warnings

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

vi name_data.cpp

A

Create a Quelltextdatei with an Editor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

g++ name_data.cpp

A

Transalte Quelltextdatei with a comiler

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly