summaryrefslogtreecommitdiffstats
path: root/computer
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-08-14 09:14:49 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-08-14 09:14:49 +0200
commit362be60c0548d4c823268d54b07db98603c9d8c0 (patch)
treebf35e5180ec59cf5121f5dc06ca1396981db475b /computer
parent909077bd78f952fc10c8411898a4b66c5e5b9e86 (diff)
Add site on C++
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'computer')
-rw-r--r--computer/programming/cpp.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/computer/programming/cpp.md b/computer/programming/cpp.md
new file mode 100644
index 0000000..f3288fc
--- /dev/null
+++ b/computer/programming/cpp.md
@@ -0,0 +1,12 @@
+---
+title: C++
+---
+
+* [Linus Torvalds on C++](https://harmful.cat-v.org/software/c++/linus)
+* [Re: RFC Convert builin-mailinfo.c to use The Better String Library.](https://lwn.net/Articles/249460/)
+* [(reddit) Linus Torvald's rant against C++](https://www.reddit.com/r/programming/comments/7k4iz/linus_torvalds_rant_against_c/)
+* [(reddit) C++ is a horrible language, says Linus Torvalds](https://www.reddit.com/r/programming/comments/2midn/c_is_a_horrible_language_says_linus_torvalds/)
+* ["C++ is a horrible language" - Linus Torvalds (hackernews)](https://news.ycombinator.com/item?id=11577834)
+* [Why wasn't the Linux kernel written in C++ (hackernews)](https://news.ycombinator.com/item?id=11577834)
+
+* [CppCon 2018: Matt Godbolt "The Bits Between the Bits: How we get to main()"](https://www.youtube.com/watch?v=dOfucXtyEsU)