หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
'name' : has already been defined to be a namespace
Remarks
You cannot reuse a name already used as a namespace.
Example
The following example generates C2869:
// C2869.cpp
// compile with: /c
namespace A { int i; };
class A {}; // C2869, A is already used