Hi, ALL,
I have MSVS 2010 Pro installed on my machine.
I got it from MS official site thru my college.

The Help->About.. menu says:

Microsoft Visual Studio 2010 Version 10.0.40219.1 SP1Rel.

It does not say whether its 32- or 64-bit compiler but I suspect it's 32-bit.
Now, as far as I understand in order to produce 64-bit executable, I need 64-bit support from the compiler and 64-bit SDK. Am I right?
How do I get 64-bit support in my MSVC?

I am working with C++.

Thank you.