Many errors on "VS2005 Guided Tour for C++/CLI" webpage
Index
‹
Visual C++
‹
Visual C++ General
Author
Message
ZaccheusUK
Posted: Visual C++ General, Many errors on "VS2005 Guided Tour for C++/CLI" webpage
Top
Hello.
:)
Just wanted to draw attention to the fact that the "VS2005 Guided Tour for C++/CLI" webpage seems to contain a number of errors:
http://msdn.microsoft.com/vstudio/tour/vs2005_guided_tour/VS2005pro/Framework/CPlusCLI.htm
A few examples:
The first example (Properties) does not compile; it causes "error C3417" because of the default constructor.
The second example (Delegates) also does not compile due to the undeclared 'd'.
Under "Boxing and Unboxing" the static_cast is completely wrong (and hence does not compile).
At first this webpage looked like a very nice introduction to C++/CLI. It is very disappointing to find such sloppy errors on an MSDN webpage.
Visual C++9
Index
‹
Visual C++
‹
Visual C++ General