vault backup: 2024-11-10 20:36:05

This commit is contained in:
zleyyij 2024-11-10 20:36:05 -07:00
parent 669658b79e
commit 6fc73295ae

View File

@ -4,3 +4,10 @@
---
> **2.** Which of the following should *not* be put in a header file? Why not?
b. Function definitions - Functions should only be defined once, and this allows multiple files to share the same function definition
---
> **3.** We saw that writing `#include <file>` instead of `#include "file"` may not work if file is one that we've written. Would there be any problem with writing `$include "file`