-
i++ Incremements and Execution Sequence
Quiz: What will the following code print? int i = 5; printf(“%d “, i++ * i++); printf(“%d\n”, i);
-
Multiple Pointer Declarations
Quick quiz: What does the following code do: char* p1, p2 ?
-
Posting Code in WordPress (and comments!)
As you may have noticed, I often post code (including (X)HTML) in these posts. A classic problem is how to display a line like <html_tag> without having the web browser treat it as a tag and trying to process it. [UPDATE: Fix for comments!]
-
Spammed by millershemesh AT mikeage DOT net?
Someone’s been forging millershemesh@mikeage.net as the return for virus infected spams. It’s not a real address, and I don’t use it. If you really want to email me to complain, you can, but I can’t really do anything about it
-
PSA: Spice & Spirit Cookbook and Meshichistim
Just as an FYI We sometimes make use of the treasury of recipes that is Spice and Spirit of Jewish Cooking. This cookbook is published by Chabad, and contains some nice recipes as well as a very good (for a cookbook!) collection of halachos (although not in accordance with the practice of most of North […]