- 博客(2)
- 资源 (2)
- 收藏
- 关注
原创 python安装,输出HelloWorld!
1. python下载安装 下载链接:https://www.python.org/downloads/windows,根据自己需要选择版本,本文选择windows64位 2. 双击安装程序,选择安装路径 安装完成后,由于给系统添加了环境变量,需要重启电脑。 ...
2019-04-05 21:05:10
329
原创 VS中关于CString 和 char *之间的转换问题
1. 工程属性中字符集选择为 “未设置”或者“使用多字节字符集”时 CString与char *之间的转换比较简单 (1)CString 转 char* char* buf ; CString str; buf = str.GetBuffer(str.GetLength()); (2) char *转CString str = (L
2016-07-09 21:02:29
1299
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人