ChinaUnix.net
相关文章推荐:

vc60 open用不了

vc60能更换编译器吗

by ilovecpp - C/C++ - 2004-06-19 17:19:11 阅读(497) 回复(1)

相关讨论

#include int main(void) { const char *mytal[5] = { "Adding numbers swiftly", "Multiplying accurately", "Stashing data", "Following instructions to the letter", "Understanding the C language" }; // printf("%s\n",mytal[1]); // Q: 为什么打开注释后会报错 const char ** pt = mytal; printf("%s\n",*(pt + 1)); ...

by tomsui - C/C++ - 2007-09-10 17:54:19 阅读(1553) 回复(8)

I have this message when i boot up my ultra 60 system( dual 450 cpu, 2 gb memery, solaris 9) after no time no use. the screen flash to ajust the resolution and then this message(can't open input device) alone comes in, and can't go any further from that point. System won't respond to keyboard or mouse. i have search this forum and tried STOP-A, didn't seem to work. Before i powered on the sy...

by gql - Solaris - 2006-08-04 15:45:06 阅读(614) 回复(3)

CC=CC buildclient -o ct_cntr_ageing_list -f "ct_cntr_ageing_list.o ois_db_func.o ois_time_func.o" -l "-L/opt/ilog/dblink/lib/sparc_5_5.0/static_pic_mt -ldbov7 -L$ORACLE_HOME/lib -lclntsh -lsql -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 `cat $ORACLE_HOME/lib/sysliblist` -lm -lthre...

by cheekis - Solaris - 2004-04-26 17:53:22 阅读(1020) 回复(7)

vc++怎么连open,read,write函数都没有?

by mabuc - C/C++ - 2009-04-29 13:15:34 阅读(2131) 回复(9)

不知vc++哪个版本的编译器最好(使用的方便性),想下一个用

by wangxiaoguang - C/C++ - 2008-08-01 10:43:37 阅读(746) 回复(0)

请问大家一个问题 下载一个vc++6.0的开发工具都有什么网站啊!请给我说一下!谢谢

by LIUXIAOLEI123 - C/C++ - 2007-04-03 18:25:12 阅读(951) 回复(1)

在龚建伟的《串口调试助手vc源程序及编程详细过程》的这篇文章中有这么一句话 3.利用ClassWizard定义CMSComm类控制对象 打开ClassWizard->;Member Viariables选项卡,选择CSCommTestDlg类,为IDC_MSCOMM1添加控制变量:m_ctrlComm,这时你可以看一看,在对话框头文件中自动加入了//{{AFX_INCLUDES() #include "mscomm.h" //}}AFX_INCLUDES (这时运行程序,如果有错,那就再从头开始)。 当我打开Member Viariables选项卡后...

by 天意2005 - C/C++ - 2005-09-30 09:57:39 阅读(833) 回复(1)

在AIX 5.2上安装vc++ 5.0.2步骤,如何配置,需要LICENSE吗? 请高手赐教! :shock: 8) :shock:

by jameslee77 - AIX - 2003-08-01 23:24:14 阅读(560) 回复(2)

open SOLARIS VM 中也装不了, 怎么解决兄弟们, 要用consol LOGIN 登录 真的郁闷, 、 帮帮我, 先谢谢 啦

by daiyanming - Solaris - 2008-07-18 00:31:18 阅读(1325) 回复(4)