🖍️
嗡嗡的草稿倉庫
CtrlK
  • ✏️嗡嗡的草稿倉庫
  • Bash Script
  • Linux
  • C++
    • C++ 一些觀念
    • C++ 條件處理
    • C++ 字串處理
      • C++ stringstream
      • strchr (find char)
      • int to string
      • stoi (string to int)
      • char replace c
      • strtok (split)
      • memcpy (substring)
      • string / string.h / cstring
    • C++ 檔案讀取
    • C++ const
    • C++ container
    • C++ struct / class
    • C++ scope
    • C++ function
    • C++ debug
    • C++ multithread / mutex
    • C++ 記憶體管理 (stack/heap)
    • Modern C++
    • C++ template
    • C++ clang-tidy
    • C++ Learning resource
    • C++ atomic
    • C++ test
    • C++ MISC
    • C++ library
  • Python
  • Machine Learning (ML)
  • Git
  • VSCode
  • Design Pattern
  • Functional programming
  • WordPress
  • 加密貨幣
  • 省思&雜記
  • 嗡嗡的隨手筆記 (整理完放此)
Powered by GitBook
On this page

Was this helpful?

  1. C++
  2. C++ 字串處理

strtok (split)

  • https://www.geeksforgeeks.org/split-a-sentence-into-words-in-cpp/

  • c++ get word before _

  • https://stackoverflow.com/questions/33899527/get-all-the-stdstrings-or-first-words-before-character

Previouschar replace cNextmemcpy (substring)

Last updated 2 years ago

Was this helpful?