Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- call by value
- overriding
- Nonlinear Function
- Overloading
- 비선형 함수
- 맵리듀스
- 회귀학습
- virtual function
- regression
- call by reference
- 회귀
- member function
- Effective C++
- 선형모델
- kubernetes
- 비선형모델
- local minimum
- Nonlinear Model
- Class
- 딥러닝
- least square
- Linear Regression
- struct
- 최소제곱법
- MapReduce
- c++
- inheritance
- Machine learning
- 머신러닝
- 지도학습
Archives
- Today
- Total
목록member function (1)
J's Study log

When you make an object by using a class. You might think that the memory of member functions are placed in the memory of object. But actually it's not. Conceptually, and on the basis of OOP logic, it's natural to think of member function does exist in the object. And it's a great attitude for facing C++. So just put the truth at the back of your mind. Let's cut to the chase. Operation principle..
Computer Language/C++
2020. 4. 25. 23:25