homeBlog | Tags | Archives | Projects | Search | Stats | Contact

Out of Memory?

Aug 19, 2008

no comments
Popularity: 1%

It’s a common practice not to check what malloc() or new returns, since in an ideal world you will never run out of memory and so allocating memory will never fail. With a reasonably sized page file that is mostly true. When using a page file, this wouldn’t be a problem since if there is [...]

Read more...

Introducing Calculon

Aug 05, 2008

1 comment
Popularity: 1%

Here’s a desktop calculator I wrote because I thought the standard Windows Calculator sucks (which it does).

Read more...