Juggernaut
-
A C++ quiz
Suppose I gave you the following snippets of code: #include <cstdio> void Class::PrintFoo() { printf("Foo\n"); } int main() { Class13 c13;…
-
Volatile does not thread safe make.
I keep running across code, some old and some new, that uses the volatile keyword in an attempt to make the code thread "safe". Using that is always…
-
How many Univacs is that?
Today at work one of my coworkers had a new phone. I flippantly asked him how many Univacs it was? Of course in a room full of geeks once a question…
- Post a new comment
- 0 comments
- Post a new comment
- 0 comments