• Skip to primary navigation
  • Skip to content
  • Skip to footer
Take Responsibility Take Responsibility for our dreams
  • Home
    1. Home
    2. /
    3. Cppresearch
    4. /
    5. [C++ 정리] 짤막정리
    Chocobubble

    Chocobubble

    Game programmer

    • Seoul, South Korea
    • Email
    • GitHub
    • 📂 전체 138 개
    • CS
      • Algorithm (7)
      • Data Structures(15)
      • Operating System(8)
      • Computer Architecture(8)
    • CPP
      • STL -> (10)
      • CPP 책 정리 -> (19)
    • C
      • C 자료 조사 -> (1)
    • Unreal Engine
      • Unreal 책 정리 -> (15)
      • Unreal Project -> (16)
      • Unreal 서버 -> (3)
        • Unreal 자료 조사 -> (15)
        • Unreal Lyra 샘플 분석 -> (1)
      • 기타 내용 정리
        • 블로그 관련 -> (1)
        • 작성중 포스트들 -> (5)
        • 직접 구현 | (2)

    [C++ 정리] 짤막정리

    less than 1 minute read

    On this page

    • using std::string
    • FILE* fp = fopen(filePath.c_str(), “rt”)

    using std::string

    • string에 대해서만 std 생략

    FILE* fp = fopen(filePath.c_str(), “rt”)

    fgets(row, 100, fp); char* token = strtok(row, “,”); token = strtok(NULL, “,”);

    Tags: CPP

    Categories: cppresearch

    Updated: August 21, 2023

    Previous Next

    Leave a comment

    You may also enjoy

    [Graphics] ImGUI

    less than 1 minute read

    ImGUI

    [Graphics] DirectX 개요

    less than 1 minute read

    DirectX

    [Graphics] 수학

    less than 1 minute read

    DirectX

    [Graphics] DirectXMath & glm

    1 minute read

    DirectX

    • Follow:
    • Feed
    © 2023 Moon. Powered by Jekyll & Minimal Mistakes.