개발일지

  • 홈
  • 태그
  • 방명록

디자인 패턴 1

[C++] 싱글톤 패턴의 생성자와 소멸자 동작 이해 - static 키워드 with C++

싱글톤 패턴의 원리 이해 개요 #include class singleton { static singleton* _instance; singleton(); ~singleton(); singleton(const singleton&) = delete; singleton operator = (const singleton&) = delete; public: static singleton* GetInstance(); }; singleton* singleton::_instance = nullptr; singleton::singleton() { std::cout

Language/C++ 2023.08.10
이전
1
다음
더보기
프로필사진

게임 및 개발에 대한 일지

  • 분류 전체보기 (275)
    • CS (100)
      • 자료구조 (20)
      • 알고리즘 (14)
      • 컴퓨터구조 (12)
      • 컴퓨터비전 (1)
      • 데이터베이스 (4)
      • 딥러닝 (6)
      • 마이크로프로세서 (17)
      • 디지털영상처리 (21)
      • 임베디드 (3)
      • 통신 (2)
    • Language (40)
      • C++ (24)
      • Python (8)
      • C (3)
      • C# (5)
    • Game (21)
      • LostArk (4)
      • Unity (17)
    • Algorithm (100)
      • 백준 (75)
      • 프로그래머스 (25)
    • Version (4)
      • Git (4)
    • Program (7)
      • TeamCreator (1)
      • Dictionary (3)
      • Arduino (1)
      • Raspberry Pi (1)
    • Develope (2)

Tag

마이크로프로세서, DIGITAL IMAGE PROCESSING, Algorithm, 프로그래머스, 그리디, 알고리즘, 디지털 영상 처리, 자료구조, 정렬, String, unity, 유니티, DIP, 마이크로컴퓨터, 문자열, 백준, Cpp, C++, Python, stack,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바