Ok so im still learning C++, looking at some directx and i come across a _ before a var and was wondering what it means.
for example:
pDevice->SetVertexDeclaration( _vertexDeclaration );
or in a error macro:
SHOWERROR( “CreateVertexBuffer failed.”, __FILE__, __LINE__ );
first one is probably the best example.
thanks.