c++ Flashcards

1
Q

What is zlib?

A

A simple compression library

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

What is Boost?

A

A grouping of VERY useful C++ libraries

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

What is Catch2

A

A C++ test framework distributed as a single header file

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

What are the three key stages when building a C++ program?

A

Pre-processing
Compilation
Linking

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

What do object files .o contain?

A

The machine-level instructions for that file

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

What are .o files considered as?

A

As intermediary files

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

At what stage will we be warned about errors in our code?

A

At compilation stage (second stage)

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

asdf

A

asdf

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