
25 Mar
2002
25 Mar
'02
4:53 p.m.
From: "Markus Schöpflin" <markus.schoepflin@ginit-technology.com>
Doug, Peter, thanks for your answer!
Just for the records, the following program compiles and executes ok with MSVC6SP5. (Note the use of constants.)
This is a MSVC 6 specific extension; constants have type 'const int' on MSVC 6, plain 'int' in standard C++.