网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
CString对象中有一个getBuffer()用于获取CString对象中的字符串(char *)
参考答案和解析
正确
更多 “CString对象中有一个getBuffer()用于获取CString对象中的字符串(char *)” 相关考题
考题
要将一个数字888转换为字符串,可以使用()
A、888.ToString()B、CString(888)C、Integer.ParseInt(888)D、Double.Parse(888)
考题
有如下的程序: include include using namespace st
有如下的程序: #include<cstring> #include<iostream> using namespace std; class MyString { public: MyString(const char*s); ~MyString(){delete[]data;} Protected: unsigned len; char*data; }; MyString::MyString(const char*s) { len=strlen(s); data=new char[len+1]; strcpy(data,s); } int main() { MyString a("C++Programing"); MyString b(a); return 0; } 在运行上面的程序时出错,出错的原因是A.构造函数的实参不允许是本类的对象B.没有定义实现深层复制(深拷贝)的拷贝构造函数C.构造对象a时实参与形参类型不符D.系统不能生成缺省的拷贝构造函数
考题
下面关于C++流的叙述中,正确的是( )。A.cin是一个输入流对象B.可以用if stream定义一个输出流对象C.执行语句序列char*y=“PQMN”;cout<<y;将输出字符串”PQMN”的地址D.执行语句序列char x[80];cin.getline(x,80);时。若键入“Happy new year”,则,中的字符串是“Happy”
考题
有如下的程序: #include<cstring.h) #ingclude<iostream.h) using namespace std; Class MyString {public: MyString(const char*s); ~MyString(){delete[]data;} protected: unsigned len; char*data;}; MyString::MyString(const char*S) {lA.构造函数的实参不允许是本类的对象B.没有定义实现深层复制(深拷贝)的复制构造函数C.构造对象a时实参与形参类型不符D.系统不能生成默认的复制构造函数
考题
下面关于C++流的叙述中,正确的是( )。A.cin是一个输入流对象B.可以用ifstream定义一个输出流对象C.执行语句序列char*y="PQMN";cout<<y;将输出字符串"PQMN"的地址D.执行语句序列char x[80];cin.getline(x,80);时,若键入Happy new year则x中的字符串是"Happy"
考题
Connection对象的()属性用于获取或设置用于数据库连接的字符串。
A.ConnectionStringB.DataSourceC.ReaderD.ConnectionReader
考题
有如下程序:includeincludeusing namespace std;class MyString{public:My
有如下程序: #include<cstring> #include<iostream> using namespace std; class MyString{ public: MyString(const char * s); ~MyString( ){delete[ ]data;} protected: unsigned len; char * data; }; MyString::MyString(const char * s){ len=strlen(s); data=new char[1en+1]; strcpy(data,s); } int main( ){ MyString a("C++Progreanfing"); MyString b(A) ; return 0; } 在运行上面的程序时出错,错误的原因是A.构造函数的实参不允许是本类的对象B.没有定义实现深层复制(深复制)的复制构造函数C.构造对象a时实参与形参类型不符D.系统不能生成缺失的复制构造函数
考题
下列程序的输出结果是【】。 include include using namespace std; void fun(c
下列程序的输出结果是【 】。include<iostream>include<cstring>using namespace std;void fun(const char *s,char c){c=s[strlen(s)/2];}int main(){char str[]="ABCDE";char ch=str[1];fun(str,ch);cout<<ch;return 0;}
考题
请把下述代码加上异常处理。int MyWriteFile(CString strFileName, CString strText){int nRet = 0;CFile myFile;myFile.Open(strFileName, CFile::modeWrite|CFile::shareExclusive|CFile::modeCreate,NULL);int nLen = strText.GetLength();myFile.Write((char*)(LPCSTR)strText, nLen);myFile.Close();return nRet;}
考题
有下列的程序:includeincludeusing namespace std;class MyString{pub
有下列的程序: #include<cstring.h> #include<iostream.h> using namespace std; class MyString { public: MyString(const char*s); ~MyString()<delete[]data;} protected: unsigned len; char*data; };A.构造函数的实参不允许是本类的对象B.没有定义实现深层复制(深拷贝)的复制构造函数C.构造对象a时实参与形参类型不符D.系统不能生成默认的复制构造函数
考题
关于@ItemRequestParam注解描述正确的是()A、用于在获取元数据信息时,从请求体获取显示的列,并将列名封装为字符串数组B、将返回的对象转换为json串C、指明方法的参数是从请求体中获取的字符串数组,并将主键信息封装为IDRequestObject对象通过getPrimarykey和getIds取出主键名称和主键值D、拦截请求数据,将数据的itemType解析,返回字符串
考题
使用connection对象的()属性获取或设置用于打开数据库的字符串。A、connectiontimeoutB、serverversionC、connectionstringD、state
考题
单选题在J2EE中,request对象的()方法可以获取页面请求中一个表单组件对应多个值时的用户的请求数据。A
String[] getParameterValues(Stringname)B
String[] getParameter(Stringname)C
String getParameter(Stringname)D
String getParameterValuses(Stringname)
考题
单选题在JAVA EE中,request对象的()方法可以获取页面请求中一个表单组件对应多个值时的用户的请求数据。A
String getParameter(String name)B
String[] getParameter(String name)C
String getParameterValuses(String name)D
String[] getParameterValues(String name)
考题
单选题C#中,新建一字符串变量str,并将字符串"Tom’sLivingRoom"保存到串中,则应该使用下列哪条语句()。A
string str=Tom/’s Living Room;B
string str=Tom’s Living Room;C
string str(Tom’s Living Room);D
string str(Toms Living Room);
考题
单选题假如有字符串str1和字符串str2,下列选项不能利用于比较这两个字符串是否相等的是()。A
string.Compare(str1,str2)B
str1= =str2C
string.Equals(str1,str2)D
string.CompareTo(str1,str2)
考题
单选题在C#中,下列哪条语句能创建一个具有3个初始值为""的元素的字符串数组?()A
string StrList[3]();B
string[3] StrList={,,};C
string[] StrList={,,};D
string[] StrList=new string[3];
考题
单选题下列哪个语句是声明了一个含有10个string对象的数组()。A
char str[];B
char str[][];C
string str[]=newstring[10];D
string str[10];
考题
单选题File类的方法中,用于列举某目录下的子目录及文件的方法是()A
long length()B
long lastModified()C
String [] list()D
String getName()
考题
单选题下列关于数组的描述中,哪些选项是不正确的?()。A
String类中的许多方法都能用在数组中B
System.Array类是所有数组的基类C
String类本身可以被看做是一个System.Char对象的数组D
数组可以用来处理数据类型不同的批量数据
考题
单选题下面哪个方法能判断字符串中是否存在和指定正则表达式匹配的字符串;是则返回true,否则返回false:()A
RegExp 对象的 test()方法B
RegExp 对象的 exec()方法C
String 对象的 search()方法D
String 对象的 match()方法
考题
单选题下面哪个是对字符串String的正确定义()。A
String s1=null;B
String s2=’null’;C
String s3=(String)‘abc’;D
String s4=(String)‘/uface’;
热门标签
最新试卷