Am reading The C++ Programming Language, 4ed, by Bjarne Stroustrup and his sixteenth suggestion for Java programmers (pg 21) is:
A C++ nested class does not have access to an object of the enclosing class.
I didn’t know that!
Am reading The C++ Programming Language, 4ed, by Bjarne Stroustrup and his sixteenth suggestion for Java programmers (pg 21) is:
A C++ nested class does not have access to an object of the enclosing class.
I didn’t know that!
Am reading The C++ Programming Language, 4ed, by Bjarne Stroustrup and his sixth suggestion for Java programmers (pg 21) is:
Remember: a variable is never implicitly a reference.
I didn’t know that!
15 Sorting Algorithms in 6 Minutes is quite cool…
Check out Tufte CSS…
In vim, to search for next ‘>’ use: f>
To delete until next ‘”‘ use: df”
To delete an *ML attribute, e.g. use: df”.
Reading about ARM assembler in Raspberry Pi…
Reading about x86 calling conventions…
Here’s the home page for Guide to Assembly Language Programming In Linux… includes a zip file with assembler source code for examples.
Heard about GNU PSPP recently. It’s a free software SPSS knock-off!
Reading about network sockets…