c++ Flashcards
1
Q
What is zlib?
A
A simple compression library
2
Q
What is Boost?
A
A grouping of VERY useful C++ libraries
3
Q
What is Catch2
A
A C++ test framework distributed as a single header file
4
Q
What are the three key stages when building a C++ program?
A
Pre-processing
Compilation
Linking
5
Q
What do object files .o contain?
A
The machine-level instructions for that file
6
Q
What are .o files considered as?
A
As intermediary files
7
Q
At what stage will we be warned about errors in our code?
A
At compilation stage (second stage)
8
Q
asdf
A
asdf