'객체란 무엇인가'라는 말은 '정의란 무엇인가'라는 말 같이 가슴으로는 알고 있지만 머리로는 설명이 안되는 그런 말이다. 객체가 무엇인지 알아보는 좋은 방법 중 하나는 현명한 분들께서 객체를 어떻게 설명했는지를 보는 것이다. 한번 객체를 설명한 말을 찾아보도록 하자. "object" refers to a particular instance of a class where the object can be a combination of variables, functions, and data structures. - Wikipedia Real-world objects share two characteristics: They all have state and behavior.... Software objects ..
C,C++ 에서 변수를 loop 안에 선언하는 것과 밖에 선언하는 것 둘의 성능상 차이는 없다. 똑똑한 현대의 컴파일러가 코드를 최적화 시켜 모두 같은 어셈블리 코드를 만들어내기 때문이다. int i = 0; while(i < 100) { int temp = i; i++; } vs int i = 0; int temp; while(i < 100) { temp = i; i++; } ↓↓↓↓ .file "test.cpp" .def __main; .scl 2; .type 32; .endef .text .globl main .def main; .scl 2; .type 32; .endef .seh_proc main main: .LFB0: pushq %rbp .seh_pushreg %rbp movq %rsp, %rb..
기본적으로 docker를 사용하면 /bin/bash를 사용하여 접속 했을때 한글이 입력되지 않습니다. 한글을 입력하기 위해서는 locales 설정을 해주어야됩니다. locales 설치: apt-get install locales locale 설정: export LANGUAGE=ko_KR.UTF-8 export LANG=ko_KR.UTF-8locale-gen ko_KR ko_KR.UTF-8update-locale LANG=ko_KR.UTF-8dpkg-reconfigure locales
- Total
- Today
- Yesterday
- libgcrypt
- object orient
- locales
- install
- utf-32
- void* arg
- Android
- 객체란
- 우분투
- MySQL
- libgcrypt11
- ubuntu
- winetricks
- 다운로드
- 왜 0부터
- docker
- UTF8
- download
- unreal4
- 한글
- 인코딩
- 2의 보수
- 언리얼 엔진4
- 컴퓨터 숫자
- 안드로이드
- wine1.8
- mariasql
- Uniity5
- 여러 인자
- 설치
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |