Another way to do it (assuming you're using snapping) would be to move the cube with your vertex out of the way somewhere, and then you can select it in the 2D views.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}