From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-08-05 23:16:31


AMDG

Bob Monat wrote:
>
> _MSC_VER 1400
>
> _MSC_FULL_VER 140040310
>
> Please excuse my ignorance. Is there any easy way to display these values?
>

What about
std::cout << _MSC_FULL_VER << std::endl;

In Christ,
Steven Watanabe