728x90 반응형 CS Study175 이클립스 설치 - java algorithm을 위한 설치 사이트 https://www.eclipse.org/downloads/ Eclipse Downloads | The Eclipse Foundation The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 350 open source projects, including runtimes, tools and frameworks. www.eclipse.org Download 64 bit 의 버튼을 클릭해 주고 나면 아래와 같은 화면으로 넘어갑니다. 위에 사이트 링크를 누르면 위와 같은 사이트가 들어가집니다. 그곳에서 다운로드를 클릭을 하시구 위와 같은 실행 설치 파일이 만들어 집니다. 그렇게 설치가되면 다운로.. 2020. 1. 4. JAVA - C++에서의 상속 #include #include using namespace std; class Parent { public: int age; char name[11]; Parent() {} Parent(int age, const char name[11]) { printf("나이 : %d, 이름 : %s\n", age, name); } }; class Child : public Parent { public : int weight; int height; Child(){} Child(int age, const char name[11], int weight, int height) { this->age = age; strcpy(this->name, name); this->weight = weight; this->height =.. 2019. 12. 21. 자바복습 - queue 인터페이스 컬렉션 클래스와 Map 2019. 12. 21. 자바복습 - set 인터페이스 컬렉션 클래스 2019. 12. 21. 이전 1 ··· 38 39 40 41 42 43 44 다음 728x90 반응형