Skip to content

Commit

Permalink
Update separate-compilation.md
Browse files Browse the repository at this point in the history
remove mention of text editor
  • Loading branch information
VictorEijkhout authored Oct 31, 2024
1 parent b698abe commit 2e82bd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sources/modules/compilation-model/separate-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ _Very brief introduction to the topic._

A student:

1. needs to have the text editor skills to split a single-file program into multiple files.
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]
1. needs to be able to split function and classes into their declaration and definition. [[C++ object model: declarations]][1] [[C++ object model: Definitions]][2]


#### Student outcomes
Expand Down

0 comments on commit 2e82bd9

Please sign in to comment.