You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/modules/compilation-model/separate-compilation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ _Very brief introduction to the topic._
39
39
A student:
40
40
41
41
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]
0 commit comments