코딩Coding/C++_용어
-
C++에 사용하는 약어 정리(예_lhs : left hand side(왼쪽값), sp : smart pointer (스마트 포인터)코딩Coding/C++_용어 2022. 4. 24. 20:08
https://blog.naver.com/PostView.naver?blogId=ruvendix&logNo=221749228648&parentCategoryNo=116&categoryNo=&viewDate=&isShowPopularPosts=false&from=postView 코딩에 사용하는 약어 정리 안녕하세요 루벤딕스입니다~ 원래 코딩 가이드에 약어 항목을 포함시켰었는데 약어는 자주 봐야 하므로 이... blog.naver.com lhs : left hand side(왼쪽값) rhs right hand side (오른쪽 값) sp : smart pointer (스마트 포인터) 등 등 ...
-
C++] Lvalues and Rvalues코딩Coding/C++_용어 2022. 2. 17. 15:03
Lvalues and Rvalues https://www.tutorialspoint.com/cplusplus/cpp_variable_types.htm C++ Variable Types C++ Variable Types A variable provides us with named storage that our programs can manipulate. Each variable in C++ has a specific type, which determines the size and layout of the variable's memory; the range of values that can be stored within that memor www.tutorialspoint.com
-
Windows API+C++)마이크로소프트 파운데이션 클래스 라이브러리(Microsoft Foundation Class Library, MFC)코딩Coding/C++_용어 2022. 2. 16. 11:13
마이크로소프트 파운데이션 클래스 라이브러리(Microsoft Foundation Class Library, MFC) https://ko.m.wikipedia.org/wiki/%EB%A7%88%EC%9D%B4%ED%81%AC%EB%A1%9C%EC%86%8C%ED%94%84%ED%8A%B8_%ED%8C%8C%EC%9A%B4%EB%8D%B0%EC%9D%B4%EC%85%98_%ED%81%B4%EB%9E%98%EC%8A%A4_%EB%9D%BC%EC%9D%B4%EB%B8%8C%EB%9F%AC%EB%A6%AC 마이크로소프트 파운데이션 클래스 라이브러리 - 위키백과, 우리 모두의 백과사전 MFC가 처음 도입되었을 때 마이크로소프트는 기본적인 C++ 문법에 메시지 처리, 예외 처리, 런타임 처리, 동적 클래스 객체 생성..
-
C++]RAII pattern(Resource Acquisition Is Initialization Patter)코딩Coding/C++_용어 2021. 10. 22. 12:39
https://wendys.tistory.com/11 [C++] RAII 패턴 - Resource Acquisition Is Initialization Pattern RAII RAII(Resource Acquisition Is Initialization)은 유명한 design pattern 중의 하나로 C++ 언어의 창시자인 Bjarne Stroustrup에 의해 제안되었다. RAII 패턴은 C++ 같이 개발자가 직접 resource 관리를 해주.. wendys.tistory.com
-
C++용어집코딩Coding/C++_용어 2020. 11. 9. 00:36
https://www.stroustrup.com/glossary.htmlStroustrup: C++ GlossaryMorgan Stanley | Columbia University | Churchill College, Cambridge home | C++ | FAQ | technical FAQ | publications | WG21 papers | TC++PL | Tour++ | Programming | D&E | bio | interviews | videos | applications | guidelines | compilers Modified October 3, www.stroustrup.com