물리 보고서 써야되는데,,, 우선 이것도 Chapter 1~2의 내용을 정리해 볼게,,, Chapter 1. Introduction 이거는 간단히 프로그래밍이란 이런것이다… 니까 PASS!! 그래서 Chapter 2. using object로 넘어갈께,, 여기서는 “In Java, every value has a type” 이 말로 Chapter를 시작하지. 뭐 모든 프로그래밍 언어가 그렇지만 Java에서는 모든 value에는 type라는 형식을 매겨, int, String, double등 int는 interger의 약자(?)로 정수형,더 보기
Category: 대학생활
내맘대로 강좌 C++편 1
먼저 Wiley교재의 Chapter1과 2를 설명할께,, Chapter1. Introduction. 이 부분은 말 그대로 Introduction. 프로그래밍이란 이런것이다. 라고 소개하는 part니까 Pass. 그 다음은 Chapter2. Fundamental Data Types. 이 부분은 이제 C++의 기초를 시작하는거야. 먼저 예제 소스를 보자. 1 #include 2 3 using namespace std; 4 5 int main() 6 { 7 int pennies = 8; 8 int dimes더 보기
내맘대로 강좌 시작!!
일단,,, 주목적은 포스팅 수를 늘이기위해,,, 다 같이 공부를 하기 위해서 이니까,,, 오타나 오류같은것이 있으면 언제든지 태클!!! 일단 나는 90이지만,,, 인터넷상이고,,, 볼사람도 별로 없을것 같으므로, 말은 놓겠습니다.. 그럼 이제부터 달리겠어!!!
2주차 JAVA숙제,,,(파일 삭제)
You are supposed to make two simple programs in this week. 1. Based on the rectangle class example in our text book, add “intersection method” to the rectangle class. The intersection method returns the intersection of two rectangles, that is the rectangle formed by two overlapping rectangles. You call this method as follows: Rectangle r3더 보기
2주차 C++숙제,,(파일 삭제)
You need to set up a C++ compiler in your computer. I recommend Microsoft Vistual C++ Express. It is free. Another option is using Cygwin G++ compiler, which is also free. In this week, you will make three simple programs. 1. Write a program that asks the user for the lengths of the sides of더 보기