There are many ways to do function-call tracing in C++, where the simplest method is to just print “Entering function X” when entering the function, and right before returning print “Leaving function X”. It’s a lot of work though, especially if the function have multiple return statements. One solution to the problem above is to …
Author Archives: arrow
The ghost is back
The other weekend I finally got the Ghost homepage up and running again Unfortunately I lost my old posts, but at least it’s up. You can go to http://ghost.pileborg.se/ to see it.
Homepage trouble
At the moment there’s some trouble with http://ghost.pileborg.se, but hopefully I will get it back on-line soon. And even more hopefully it will be https (encrypted) too soon thereafter. Please be patient.
I see a Ghost
Some time ago I sponsored a Kickstarter campaign for a blogging publishing tool named Ghost. (The Ghost kickstarter.) I got a pre-release up and going, and have started to write a little in it. Very little in fact, just two posts really, with one describing how I got Ghost up and running, and one describing …