C / C + + error handling (document): unhandled exception: 0xc0000005: access violation while reading location 0x00000000

Environment: VS2005
Code:
#include “stdafx.h”// Add include {
cout< <” argc=”< < argc< < endl;
for(int i=0; i< argc; I++)
{
wcout< <” argv[0]=”< < argv[0]< < endl;
}
cin.get();
return 0;
}
br> <>>
>
Unhandled exception: 0xC0000005: Access conflict occurred while reading position 0x00000000

Read More: