Free Lines Arrow
본문 바로가기
Development/참고하면좋은것

API를 활용하자

by skahn1215 2021. 5. 10.
728x90
반응형

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

 

728x90
반응형

댓글