1
0
Fork
You've already forked cpp-tutorial
1

Refactor all basics #1

Merged
jbb merged 1 commit from lnj/cpp-tutorial:refactor into master 2020年09月11日 21:09:19 +02:00
Contributor
Copy link
No description provided.
lnj canceled time tracking 2020年09月11日 20:20:36 +02:00
index.md Outdated
--------------------------------------------------------------
--------------------------------------------------------------
@ -98,2 +108,3 @@
For example if you want to store a text, you can make use of the `string` type. The string is one of the types that are always available if there's a a C++ compiler. Those types are part of the so called standard library, called `std`.
For example, if you want to store a text, you can make use of the `string` type.
The `string` is one of the types that are always available.
Owner
Copy link

It needs to become clearer that the string type is available in the sense of being installed on the machine, but not available in our program before including.

It needs to become clearer that the string type is available in the sense of being installed on the machine, but not available in our program before including.
lnj requested review from jbb 2020年09月11日 21:08:45 +02:00
lnj deleted branch refactor 2020年09月11日 21:13:05 +02:00
Sign in to join this conversation.
No reviewers
jbb
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jbb/cpp-tutorial!1
Reference in a new issue
jbb/cpp-tutorial
No description provided.
Delete branch "lnj/cpp-tutorial:refactor"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?