Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 연산자
- 기계학습
- sizeof()
- 코딩테스트
- CLion
- 단항연산자
- Runtime constants
- algorithm
- classification problem
- Andrew Ng
- C++
- 기계학습 기초
- 형변환
- Machine Learning
- 학습 알고리즘
- regression problem
- 프로그래밍
- standford University
- 홍정모님
- compile time constants
- const
- 본즈앤올
- 나동빈님
- coursera
- #endif
- 이코테
- Greedy
- decimal
- 코드블럭 오류
- #define
Archives
- Today
- Total
목록정수 int (1)
wellcome_공부일기
02.01. C++ | 기본 자료형(Primitive Built-in Types)과 + α
1. 자료형(Data Types) 2. 기본 자료형(Primitive Built-in Types) 3. 정수 int & 문자 char 예제 4. 불린 bool 예제 5. 부동 소수점(float)와 더블(double) 그리고 auto 6. typedef Declarations (To be continued..) 7. Enumerated Types (To be continued..) 자료형(Data Types) 어떤 언어든지 프로그램을 작성할 때, 다양한 변수들을 이용하여 다양한 정보를 저장할 줄 알아야 합니다. 변수들을 값(values)을 저장하기 위해 예액된 메모리 위치일 뿐입니다. 즉, 변수를 생성할 때 메모리 안의 공간에 예약을 한다는 것을 의미합니다. 우리는 다양한 데이터 유형(character, ..
프로그래밍/C++
2020. 5. 2. 22:20