几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量
(
http://www.dimcax.com/hust/index.php
)
-
vc编程
(
http://www.dimcax.com/hust/forumdisplay.php?f=76
)
- -
怎么把TCHAR类型转换为CString类型?
(
http://www.dimcax.com/hust/showthread.php?t=666
)
huangyhg
2007-04-28 02:34 PM
怎么把TCHAR类型转换为CString类型?
1)
TCHAR sz;
CString str;
str.Format( "%s", sz );
2)
TCHAR tChar[int];
CString strChar = tChar;
所有的时间均为
北京时间
。 现在的时间是
06:03 PM
.