The IOSurface Protocol
Not the day you're after? Here's the solution to yesterday's Wordle.
。业内人士推荐PDF资料作为进阶阅读
Task: Write an encyclopedia-quality article of not more than 5000 code points about Conway's Law. (Please submit it as its own gist rather than an inline comment.)
The first thing we need to attach to a running process is its process id (pid). We could mess around with various APIs or tools to figure out the pid of our test program. But let's make our lives simple. I've modified test/test.cpp above as follows: