Skip to content

Commit 1022ea2

Browse files
Update sources/modules/compilation-model/separate-compilation.md
Co-authored-by: Florian Sattler <[email protected]>
1 parent 45635e0 commit 1022ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/modules/compilation-model/separate-compilation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ _Very brief introduction to the topic._
3939
A student:
4040

4141
1. needs to have the text editor skills to split a single-file program into multiple files.
42-
2. needs to be able to split function and classes into their declaration and definition.
42+
2. needs to be able to split function and classes into their declaration and definition. [[C++ object model: declarations]][1] [[C++ object model: Definitions]][2]
4343

4444

4545
#### Student outcomes

0 commit comments

Comments
 (0)