1. API를 잘 이용하는 것이 중요하다고 생각한다.
말 그대로 어떻게 사용하는지 나와 있기 때문이다.
구글링도 좋지만 웬만하면 API를 보는것을 추천한다.
처음에 힘들지는 몰라도 공부가 되고 정확하고 잘 쓸수 있기 때문이다.
java8: https://docs.oracle.com/javase/8/docs/api/index.html
Java Platform SE 8
docs.oracle.com
C++: www.cplusplus.com/reference/functional/plus/
plus - C++ Reference
class template <functional> std::plus template struct plus; Addition function object class Binary function object class whose call returns the result of adding its two arguments (as returned by operator +). Generically, function objects are instances of a
www.cplusplus.com
Qt: doc.qt.io/qt-5/
Qt 5.15
© 2021 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free
doc.qt.io
'Development > 참고하면좋은것' 카테고리의 다른 글
[Webhook] Slack Webclient 알림 보내기 구현 (0) | 2023.01.21 |
---|---|
[Webhook] Slack Webhook 연동 준비 (0) | 2023.01.21 |
댓글