错误no appropriate default constructor available
来源:学生作业帮 编辑:大师作文网作业帮 分类:综合作业 时间:2024/11/11 13:37:29
错误no appropriate default constructor available
关键好像就是这一句有点问题 分不敢设多,很多都被忽视了,
dataList(int sz=defaultSize):ArraySize(sz),CurrentSize(0)
{Element=new dataNode[sz];assert(Element!=NULL);}
具体程序如下:
#include "iostream.h"
#include
#include "assert.h"
#include "stdlib.h"
const int defaultSize=100;
template
class dataList;
template
class dataNode {
friend class dataList;
public:
dataNode(const K x):key(x){}
K getKey()const {return key;}
void setKey(K k){key=k;}
private:
K key;
};
template
class dataList{
public:
dataList(int sz=defaultSize):ArraySize(sz),CurrentSize(0)
{Element=new dataNode[sz];assert(Element!=NULL);}
dataList(dataList&R);
virtual dataList(){delete []Element;}
virtual int Length(){return CurrentSize;}
virtual void changeCL(int x){CurrentSize=x;}
friend istream& operator >> (istream& in,dataList&InList);
protected:
dataNode *Element;
int ArraySize,CurrentSize;
};
template
class searchList:public dataList{
public:
searchList(int sz=defaultSize):dataList(sz){}
virtual int SeqSearch(const K x)const;
int BinarySearch(const K x)const;
int IndexSearch(const K x)const;
};
template
int searchList::SeqSearch(const K x)const{
Element[CurrentSize].key=x;
int i=0;
while(Element[i].key!=x)
i++;
return i+1;
};
template
int searchList::BinarySearch(const K x)const{
int high=CurrentSize,low=0,mid;
while(lowElement[mid].key)
low=mid+1;
else if(x
关键好像就是这一句有点问题 分不敢设多,很多都被忽视了,
dataList(int sz=defaultSize):ArraySize(sz),CurrentSize(0)
{Element=new dataNode[sz];assert(Element!=NULL);}
具体程序如下:
#include "iostream.h"
#include
#include "assert.h"
#include "stdlib.h"
const int defaultSize=100;
template
class dataList;
template
class dataNode {
friend class dataList;
public:
dataNode(const K x):key(x){}
K getKey()const {return key;}
void setKey(K k){key=k;}
private:
K key;
};
template
class dataList{
public:
dataList(int sz=defaultSize):ArraySize(sz),CurrentSize(0)
{Element=new dataNode[sz];assert(Element!=NULL);}
dataList(dataList&R);
virtual dataList(){delete []Element;}
virtual int Length(){return CurrentSize;}
virtual void changeCL(int x){CurrentSize=x;}
friend istream& operator >> (istream& in,dataList&InList);
protected:
dataNode *Element;
int ArraySize,CurrentSize;
};
template
class searchList:public dataList{
public:
searchList(int sz=defaultSize):dataList(sz){}
virtual int SeqSearch(const K x)const;
int BinarySearch(const K x)const;
int IndexSearch(const K x)const;
};
template
int searchList::SeqSearch(const K x)const{
Element[CurrentSize].key=x;
int i=0;
while(Element[i].key!=x)
i++;
return i+1;
};
template
int searchList::BinarySearch(const K x)const{
int high=CurrentSize,low=0,mid;
while(lowElement[mid].key)
low=mid+1;
else if(x
常常在编译C++的时候,会出现这个问题,这儿是因为系统找不到默认的构造函数.
因为类在没有定义任何构造函数的时候,系统才会默认产生构造函数,一旦定义了任何形式的构造函数,系统就不会在产生默认的构造函数了.该错误是所找不到正确的无参数的构造函数.
所以,一般情况下,只需要写一个空的构造函数,就可以解决问题.
因为类在没有定义任何构造函数的时候,系统才会默认产生构造函数,一旦定义了任何形式的构造函数,系统就不会在产生默认的构造函数了.该错误是所找不到正确的无参数的构造函数.
所以,一般情况下,只需要写一个空的构造函数,就可以解决问题.
错误no appropriate default constructor available
'A::A' :no appropriate default constructor available
英语翻译Default constructor cannot handle exception type FileNot
you have no default printer
no.backend.servers.available
No Zbuffer available!
no next available是什么意思?
no npdates available意思?
no programmes available是什么意思
default
There is no default printer currently selected
No connection available什么意思