C++ 55

[C++] 명품 C++ 프로그래밍 실습문제 7장 오픈챌린지/openchallenge

[C++]명품 C++ programming 실습문제 7장 명품 C++ 프로그래밍실습문제/연습문제 /C++/히스토그램 #include #include #include #include using namespace std; class Histogram{ string Sen; public: Histogram(string sen){ this-> Sen = sen; } Histogram &operator Sen = this->Sen + sen; return *this; } Histogram &operator Sen = this->Sen + c; return *this; } void operator !() { int i, count=0; int alnum[26]; for(i=0;i

C++ 2023.01.11