RE: [GD-Windows] Visual C++ .Net
Brought to you by:
vexxed72
From: Tom H. <to...@3d...> - 2002-01-22 22:52:23
|
At 01:42 PM 1/22/2002, Stefan Boberg wrote: > - 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? That is for(int i = 0; i < 5; i++) { } i = 1; // i is out of scope on all compilers except VC 6 Also .. do the Perforce and/or SourseSafe plug-ins still work correctly? Tom |