Search:

Type: Posts; User: boyhailong

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    3,128

    ok!thank you!

    ok!thank you!
  2. Replies
    9
    Views
    3,128

    if don't use std::string ,how to write ?

    if don't use std::string ,how to write ?
  3. Replies
    9
    Views
    3,128

    the operator "="error in class "String"

    #include <iostream>
    using namespace std;
    class String
    {
    public:
    String(const char *str = NULL); // 通用构造函数
    String(const String &another); // 拷贝构造函数
    ~ String(); // 析构函数
    String& operator...
Results 1 to 3 of 3