摘要:
有这样一段程序,请问错在何处? void main() { const int b=33; int * const pi=&b; ...... ...... } 程序编译时提示:cannot convert from const int * to int *const 请高人给讲解一下程序错在何处?
......
摘要:
1.安装了microsoft sql server 2000 driver for jdbc sp3 2.配置了classpath 3.用以下代码连接sql server: class.forname("com.microsoft.jdbc.sqlserver.sqlserverdriver").newinstance(); string url="jdbc:......
我自己做的直销管理系统,有兴趣的可以看我的网站
http://www.zrdsm.com
NO.1 作者: josephlong
http://www.chinaident.com
摘要:
偶在文件中使用 regopenkeyex 时编译出现 winreg.h syntax error:missing ;before identifier regsam 这是? 求教。。谢谢
......