2005年4月14日

VC常用数据类型使用转换详解

摘要: 刚接触VC编程的朋友往往对许多数据类型的转换感到迷惑不解,本文将介绍一些常用数据类型的使用。 我们先定义一些常见类型变量借以说明 int i = 100; long l = 2001; float f=300.2; double d=12345.119; char username[]="女侠程佩君"; char temp[200]; char *buf; CString s... 阅读全文

posted @ 2005-04-14 17:26 阿彪 阅读(493) 评论(0) 推荐(0) 编辑

导航