01.
错在那里(c++程序)..试CRect::~Rect(void)class 名 可能是CRect错误信息是“寻址错”。...查看完整版>>
错在那里(c++程序)..
02.
C++简单程序出错在那里?谢谢int main() { int a=0,b=0; char *p,str; cout<<"shuchu"<<endl; cin>>str; a=strlen(str); p=str+a; //最后一个字符的地址for(b=0;b<=a;b++) //这样才能显示全{ cout<<*p; p--;} retur...查看完整版>>
C++简单程序出错在那里?谢谢
03.
[c++]错在那里?将语句cout<<*((s+i)+j)<<" ";改为cout<<*((s+i*3)+j)<<" ";另外,调用zz(a)的时候,需要将实参类型强制成int *,比如:zz((int *)a);...查看完整版>>
[c++]错在那里?
04.
[C++]请教错误在那里?两种改法:======================>>>>>>>>>>>>>>>>>>>第一种:----------------------------------------------------------// by lgd #include <ios...查看完整版>>
[C++]请教错误在那里?
05.
下面这个程序错在那里老大 int Nxet_mutiple; 好吧完整程序#include <stdio.h>#include <stdlib.h>int main (void) { int Nxet_multiple;Nxet_multiple = 365 + 7 - 256 % 7; printf("Nxet_multiple=%i\n",Nxet_multiple); N...查看完整版>>
下面这个程序错在那里
06.
qbasic程序在那里可以下载?这个网站有下载,我试过了!...查看完整版>>
qbasic程序在那里可以下载?
07.
c++要编这么一个程序#include <iostream>#include <string>using namespace std;int main(){ string words; unsigned count = 0; cout << "Enter a line of words:\n"; while(cin >> words && cin.peek() != '\...查看完整版>>
c++要编这么一个程序
08.
C++小程序~Console是C#的东西,C++是coutusing namespace System也是C#的语法,把System改成std,如果要输出的话,还要加上#include <iostream>另外,你还有函数没有实现.你是不是用的VS2005,如果是初学者用Visual C++ 6.0好点...查看完整版>>
C++小程序~
09.
c++程序求解#include <iostream> #include <ctime> void display_time(const struct tm* tim) { std::cout<<"1.It is now"<<asctime(tim); } void display_time(time_t* tim) { std::cout<<"2....查看完整版>>
c++程序求解
10.
C++程序求救这里的a,以及后面用到的b,c,都是类的成员变量,不能直接用它的变量名,而应该代以x.a。...查看完整版>>
C++程序求救
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。