支持HTML 格式的邮件内置Windows Mobile 版本的Windows LiveWindows Live Messenger 支持文件传输新版本的移劢版Outlook、Word、Excel 和PowerPoint,增强编辑功能支持Windows Update远程抹除被偷窃或丢失的设备上的数据为存储卡加密
1、类中声明的私有变量 都有谁可以访问?“私有”是对谁而言的?是类本身还是类的实例? msdn 中说: private Class members declared as private can be used only by member functions and friends (classes or functions) of the class. 看来是针对类而言的。换句话说,同一个类的不同对象可以互相访问对方的私有变量。是吗?我和你都是程序员,我可以偷你的钱吗? 编写一个程序验证一