본문 바로가기

오븐 노트

검색하기
오븐 노트
프로필사진 오 븐

  • 분류 전체보기 (134)
    • Develop (134)
      • Assembly (10)
      • C++ (80)
      • Unreal5 (44)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/12   »
일 월 화 수 목 금 토
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
Tags
  • 면접
  • 디버깅
  • 포인터
  • enum
  • 반복문
  • 열거형
  • 연습문제
  • 배열
  • 소멸자
  • TextRpg
  • 벡터
  • malloc
  • C++
  • UE5
  • 코딩테스트
  • Unreal
  • list
  • 분기문
  • 언리얼엔진5
  • 블루프린트
  • 사칙연산
  • 함수기초
  • Vector
  • 타입변환
  • 템플릿 기초
  • Assembly
  • 동적할당
  • map
  • 참조
  • Unreal5
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록algorithm (1)

오븐 노트

[C++] algorithm

#include using namespace std; #include #include #include #include #include #include int main() { // 자료구조 (데이터를 저장하는 구조) // 알고리즘 (데이터를 어떻게 사용할 것인가?) // 현업에서 많이 사용하는 알고리즘 // find // find_if // count // count_if // all_of // any_of // none_of // for_each // remove // remove_if srand(static_cast(time(nullptr))); vector v; for (int i = 0; i < 100; i++) { int num = rand() % 100; v.push_back(num); } //..

Develop/C++ 2023. 9. 30. 18:53
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바