Linux syscall list (x86/arm)

표준 C 라이브러리를 통하지 않고 linux syscall을 직접 핸들링해야...

2022/08/10 · 139 words · Seunghwan Chun

유용한 bit 관련 함수

변수에서 Bit에서 0이나 1의 위치 또는 갯수를 구하는 경우 컴파일러...

2022/08/08 · 1147 words · Seunghwan Chun

map과 unordered map의 차이

비교 map unordered_map 순서 오름차순 정렬 정렬 없음 구현 트리 구조 해시 테이블 탐색 시...

2022/07/14 · 192 words · Seunghwan Chun

std::accumulate 사용시 유의사항

std::accumulate() 결과가 예상과 다른 경우가 있다. 간단한 합을 구하는 코드를 살펴보자...

2022/06/04 · 234 words · Seunghwan Chun

Windows Terminal+WSL2 에서 shift-enter 입력방법

Windows terminal 에서 shift-enter, shift-alt-enter 키입력을 위해서는 settings.json 에서 다음을 추가한다. Windows terminal -> 설정...

2022/05/31 · 87 words · Seunghwan Chun