RE: [GD-Windows] Visual C++ .Net
Brought to you by:
vexxed72
From: Stefan B. <sbo...@te...> - 2002-01-23 19:40:29
|
> > - The v7 compiler is much more standards-compliant, but still > >lacks a few things such as Koenig lookup (I *think*), partial > >template specialisation and some other rarely-used gunk. This is > >apparently scheduled for the next VC release. > > OK. Is the scope of a variable declared in a for loop correct now? You can control this by passing the /Zc:forScope option. The default is the old VC6 behaviour, simply because doing anything else would break lots of old VC6 code. > Also .. do the Perforce and/or SourseSafe plug-ins still work > correctly? SS definitely works, since you get SS6.0c with the Enterprise Architect edition of VS.NET. I've not tried Perforce with it however, so I would not know how well that's integrated. Cheers, Stef! :) -- Stefan Boberg - R&D Manager, Team17 Software Ltd. bo...@te... |