Went to get the microsuction done and it didn’t fully work, my ears are too powerful, so next is macrosuction. Fetch the Henry
Notes are for small posts, links, anything I don't feel merits a full post.
Went to get the microsuction done and it didn’t fully work, my ears are too powerful, so next is macrosuction. Fetch the Henry
Our next game is a Zach-like (Gage rather than -tronics)
Modern C++ has a decent amount of stuff in the standard library but there are a few things I was naively surprised it lacks:
Random discovery of the day is that GNU’s linker has different rules to those of MSVC or LLVM - the latter two are happy to resolve linkages at the final executable or library, while ld seems to require that every intermediate object binary be linked up?