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: README.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
@@ -15,7 +15,7 @@ When you first start writing C++, you will likely be confronted with an instruct
15
15
2. On a command line, do `g++ main.cpp -o a.out`
16
16
3. Congratulations! You're now a C++ programmer!
17
17
18
-
This is disastrously simple advice for nascent C++ developers. C++ is _hard_. Making out that it's not hard is lulling people into a false sense of security. Imagine I google for "how to keep a lion as a pet" and I find:
18
+
This is disastrously simple advice for nascent C++ developers. Creating a fully-fledged C++ project is _hard_. Making out that it's not hard is lulling people into a false sense of security. Imagine I google for "how to keep a lion as a pet" and I find:
19
19
1. Buy a lion cub
20
20
2. Congratulations! You are now have a pet lion. Have fun!
0 commit comments