双冒号 :: 操作符被称为域操作符(scope operator),含义和用法如下:1.在类外部声明成员函数。void Point::Area(){};2.调用全局函数;表示引用成员函数变量及作用域,作用域成员运算符 例:System::Math::Sqrt() 相当于System.Math.Sqr... Read More
posted @ 2015-11-09 14:55 天王星B Views(238) Comments(0) Diggs(0)