0

1

回答

943 浏览

关于C++结构体、数组还有指针的问题[已解决]5

1.char test[20]="xxxxx";编译是不会出错的。 2.struct student { int num; char name[20]; float score[3]; }; void main(int argc, char* argv[]) { struct student stu; stu.name="xxxxx"; } 会报: ...

2012年3月02日 15:30
0

0

回答

534 浏览

JNA调用Dll文件问题[已解决]5

下面是c++的代码: // DllTest.cpp : Defines the exported functions for the DLL application. // #include "stdafx.h" #include "iostream" #include "stdafx.h" #define _WIN32_WINNT 0x ...

2012年1月09日 18:32

本周活跃投票用户

最新评论

Global site tag (gtag.js) - Google Analytics