Qaupot Blog
Software Engineering, Trip
Headlines
[Software] Algorithms and Structures (KR)
[Software] Algorithms and Structures (KR)
Structures
101. Array
102. Node
103. Linked List
104. Vector
201. Merkle Tree
202. Modified Merkle Patricia Trie
Algorithms
501. 순차 검색
[Software] Blockchain (KR)
[Software] Blockchain (KR)
Common
101. What is Blockchain
102. Byzantine Generals Problem
103. Address and Signature
104. Transaction
105. Block
106. Node and Miner
107. Crypto Currency
108. Consensus Algorithm
109. Smart Contract
110. Oracle Problem
121. Governance
122. Liquidity
123. Decentralized Finance
124. Non Fungible Token
125. Anonymity
126. Zero Knowledge Proof
Engineering
301. Merkle Tree
302. Modified Merkle Patricia Trie
303. Random on Smart Contract
[Software] Blockchain (JP)
[Software] Blockchain (JP)
Common
101. What is Blockchain
102. Byzantine Generals Problem
103. Address and Signature
104. Transaction
105. Block
106. Node and Miner
107. Crypto Currency
108. Consensus Algorithm
[Software] Language - C (KR)
[Software] Language - C (KR)
공통 A
101. C와 프로그래밍 언어
102. 컴파일러 & IDE
103. Hello World
104. 컴퓨터와 프로그램 파일
105. 메모리 구조
문법 A
201. C 문법의 구조
202. 자료형 (Data Type)
203. 변수와 선언
204. 함수의 선언 및 호출
205. 연산자 및 우선순위
206. 전처리기 (Preprocessor)
공통 B
301. Compile 과정
302. 헤더 파일 / Linking 과정
303. 프로세스
304. 헤더 파일과 소스코드 파일의 분리
문법 B
401. 포인터
402. 배열
403. 문자열
405. 상수
406. 입출력 함수와 서식문자
407. 조건분기
408. 반복문
409. 구조체
410. 열거형
411. 공용체
412. 캐스트 연산자
413. 동적 메모리 할당
[Software] Language - Cpp (KR)
[Software] Language - Cpp (KR)
공통 A
101. 객체지향 프로그래밍
102. Scope and Namespace
103. Cpp 헤더파일 명명
104. Overloading (오버로딩)
105. l-value 와 r-value
106. reference
107. lambda function / Cpp11
108. nullptr / Cpp11
109. constexpr / Cpp11,14
110. decltype / Cpp11
111. auto / Cpp11
112. auto with function / Cpp11,14
113. auto with decltype / Cpp14
114. auto with lambda function / Cpp11,14
클래스
201. Class 선언과 접근 권한
202. 인스턴스 / new / delete
203. 정적 멤버
204. this 포인터
205. 생성자와 소멸자
206. 위임 생성자
207. 복사 생성자
208. friend
연산자 오버로딩
301. 연산자 오버로딩 개요
302. 1항 (단항) 연산자
303. 1항 연산자 - 증감 연산자
304. 1항 연산자 - 변환 연산자
305. 2항 연산자 오버로딩
306. 첨자 연산자 오버로딩
307. 문자열 클래스
308. 표준 입출력
클래스 상속
401. 상속
402. 생성자와 소멸자의 상속시 동작
403. 부모 자식간 캐스팅
404. 오버라이드 (Override)
405. 다중 상속
406. 가상 함수
407. 순수 가상 함수 / 추상 클래스
408. 가상 함수 테이블
409. 가상 소멸자
410. override, final keyword (C++11)
Template
501. Template
502. Parameter packs (C++11)
503. Variadic template (C++14)
Exception
601. Exception
공통 B
701. Enum class (C++11)
[Software] Others (KR)
[Software] Others (KR)
IEEE 754 부동 소수점 구조 (with C)
PHP session garbage collecting
Makefile 작성하기
[Windows] 32bit Large Address 문제
[Windows] editbin 많은 메모리를 사용하는 오래된 프로그램의 에러 막기
[Windows] Windows8 설치 에러 – 0x0000005d 0xC0000260
wav 파일 구조
flex (lex) : The Fast Lexical Analyzer
flex & bison with C++ (win32)
Headlines
[Software] Algorithms and Structures (KR)
[Software] Blockchain (KR)
[Software] Blockchain (JP)
[Software] Language - C (KR)
[Software] Language - Cpp (KR)
[Software] Others (KR)
Latest Posts
126. Zero Knowledge Proof
124. Non Fungible Token
123. Decentralized Finance
303. Random on Smart Contract
125. Anonymity