c++
Here you will find some links, commands and snippets related to the c++ programming language.
important C++ links
- C++ Standard Draft
- isocpp.org
- wandbox /godbolt
- clang status / gcc status
- cmake documentation
- Jonathan’s awesome blog!!!
commands:
clang++ -dM -E - < /dev/null g++ -dM -E - < /dev/null g++ -std=c++17 -cx++ -v -dM -E - < /dev/null
videos:
cmake
books:
videos:
bash
python
videos:
- David Beazley – Modules and Packages: Live and Let Die! – PyCon 2015
- europython-2017 – type annotations in python 3 whats whys wows
links:
python.org – quick links:
go
videos:
javascript
- module types
- https://ant.design/
- https://gohugo.io/
general concepts:
- The Humble Programmer – Edsger W. Dijkstra
- Ken Thompson – Reflections On Trust
- Hoare 78 – Communicating Sequential Processes
- Hoare Book – Communicating Sequential Processes