搜索资源列表
hao-myString
- 自己编写的String 类,重载的多个运算符。功能类似C++ STL中的string 类-prepared by the String own category, the number of heavy Operators. C functions similar to the STL string class
mystring
- 字符串操作程序,包含字符串合并,删除等操作-String operation, including the string merging delete operations, etc.
chap04
- 关于MyString类的构造函数,析构函数,拷贝构造函数。-About MyString class constructor, destructor, copy constructor.
example
- Write an EXE program that accepts a string from the keyboard, converts it to HEX (this algorithm should also check to see if the input is a number), and stores it. It should take a second string and convert it to HEX, then add the two numbers,
2-mystring
- 编写一个函数模板,它返回两个值中的最小者,但同时要确保这个函数模板能正确处理字符串。并编写主函数,实现两个字符串中最小者的输出。 适合初学者对c++函数模板的入门-Write a function template, which returns the minimum of the two values, but at the same time to ensure that the function template to correctly handle the string. And
MyString
- 自己实现的一个简单的String类,有基本的运算功能,和输入输出功能-A simple String class implemented by myself, basic computing functions, and input/output functions
