相关讨论
程序绝对没问题。拿vc6下编译,10次成功3次,7次vc6失去响应,郁闷
是少打补丁了吗?
征求一下大家的意见,
vc++ .net 与 vc6有什么较大的区别?
vc6还有没有发展的空间,会不会被vc++.net取代!
请各位畅所欲言
#include
using namespace std;
#include
#include
#include
#include
#include
#include
#include
int main()
{
string str("abcd,kkil,good,dome");
string::reverse_iterator rcomma = find(str.rbegin(),str.rend(),',');
cout<
by
uusex
-
C/C++
-
2009-03-26 18:47:09 阅读(1021) 回复(3)
Error spawning cl.exe
这是什么错误啊?
是这样的,我同学给我看他的作业题,他的程序出现了一些问题
#include
#include
struct list {char g;list *next;};
struct relist{int num;relist *next;};
void creatlist(list *&head,int x)
{list *s,*p;char c;
cout<<"请输入该数字"<g=c;head=s;s->next=NULL;return;}
s=new list;c=getche();s->g=c;
if(s->g!='-')
while(x>1)
{if(head==NULL)head=s;
el...
运行一定时间后,调用tpcall时就没有返回了。tpinit能成功。
看ulog日志如下:
110622.ADE!?proc.3092: LIBWSC_CAT:1037: ERROR: Network message receive failure
110623.ADE!?proc.3092: LIBWSC_CAT:1033: ERROR: Failure to get a message reply
110623.ADE!?proc.3092: LIBWSC_CAT:1026: ERROR: Unable to get reply to tpterm() request
我用的模式是vc下动态链接库中调用tuxedo的应用。
我调用的库如下:
kernel32.lib use...