Open 4z7l opened 3 years ago
https://4z7l.github.io/2020/07/19/myungpum-cpp-ch4.html
Chapter 4. 객체 포인터와 객체 배열, 객체의 동적 생성1번소스 코드#include #include using namespace std;class Color { int red, green, blue;public: Colo...
https://4z7l.github.io/2020/07/19/myungpum-cpp-ch4.html
Chapter 4. 객체 포인터와 객체 배열, 객체의 동적 생성1번소스 코드#include#include using namespace std;class Color { int red, green, blue;public: Colo...