S
Steve
Hi,
I have some code which compiles with Metrowerks CodeWarrior 9.6, Visual
Studio 2005 (both targeted to Windows).
Or, at least, it did until I started using size_t.
CodeWarrior has size_t declared in the std namespace (and complains
otherwise).
Visual Studio expects size_t global, and complains about std::size_t
??? Who is right? (And does the standard say anything?)
Thanks for any help.
--
Regards,
Steve
"...which means he created the heaven and the earth... in the DARK! How good
is that?"
I have some code which compiles with Metrowerks CodeWarrior 9.6, Visual
Studio 2005 (both targeted to Windows).
Or, at least, it did until I started using size_t.
CodeWarrior has size_t declared in the std namespace (and complains
otherwise).
Visual Studio expects size_t global, and complains about std::size_t
??? Who is right? (And does the standard say anything?)
Thanks for any help.
--
Regards,
Steve
"...which means he created the heaven and the earth... in the DARK! How good
is that?"