Skip to content

Commit

Permalink
Attempted to continue but head is feeling full. Taking a break
Browse files Browse the repository at this point in the history
  • Loading branch information
twolfson committed Jul 29, 2020
1 parent 677673e commit da9da25
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions notes.txt
Expand Up @@ -369,3 +369,13 @@ In file included from /usr/include/c++/7/iostream:39:0,
bool bar = false;
int* p = nullptr;
```

Head is feeling kind of full, stopping at "typed constant expressions" on https://www.cplusplus.com/doc/tutorial/constants/

Attempted to look ahead for header explainer, shocked to not see any
Reading this instead: https://www.cplusplus.com/articles/Gw6AC542/

- Multiple files speeds up compile time
- I guess compiler caches results for each of the files?
- Multiple files is for organization, yep
- ... Alright, this file is going to get into the weeds and head is still full. Going to come back another time

0 comments on commit da9da25

Please sign in to comment.