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
- regression problem
- decimal
- classification problem
- const
- 나동빈님
- 이코테
- algorithm
- CLion
- 형변환
- 기계학습
- 코드블럭 오류
- Andrew Ng
- 홍정모님
- 연산자
- Runtime constants
- C++
- Machine Learning
- compile time constants
- #define
- #endif
- coursera
- 단항연산자
- 본즈앤올
- sizeof()
- 프로그래밍
- 학습 알고리즘
- 코딩테스트
- 기계학습 기초
- Greedy
- standford University
Archives
- Today
- Total
목록서식맞추기 (1)
wellcome_공부일기
01.08. C++ | 프로그래밍에서 지켜야 할 기본적 서식(Formatting)
1. 기본적인 서식(formatting) 맞추기 2. 선언(declaration)과 정의(definition)의 분리 3. 변수 선언(variables declaration)은 어디에? 기본적인 서식(formatting) 맞추기 기본적인 서식(formatting)은 규칙은 아니지만 프로그래머 사이에 아래 서식처럼 맞춘다면 효율적으로 코드 리뷰를 할 수 있습니다. #include using namespace std; int main() { //1. int x = 52; int my_love = 2; int Boys$Girls = 728; //2. cout
프로그래밍/C++
2020. 4. 25. 01:14