Archive for November, 2008

Overload the array square bracket operator in C#

Thursday, November 13th, 2008

Although operator overloading is possible in C# (just like in C++), overloading the array square bracket operator is by definition not possible.  However, C# provides an alternative called indexers.  This is directly from the Microsoft C# Reference for the [] Operator:

Read more »

Hibernate is missing in Windows XP

Wednesday, November 5th, 2008

Not only is hibernate hidden from the shutdown/log-off options in Windows XP, it is also disabled by default.  The procedure to enable hibernate is not difficult, but it took a while to figure out where the configuration settings were hidden.  Hopefully posting it here will save someone some time.

Read more »