Andrew's Garage

Shrunk Expand

Primary Navigation

Newer posts→
  • Category Archives C/C++
  • 비공개 » 참고를 위한 저장물 » C/C++C/C++ » cmake/make
  • Window Traybar 크기 알아 내기.

        HWND h_wnd = ::FindWindow(“Shell_TrayWnd”, NULL);     if(h_wnd != NULL){         CRect r;         ::GetWindowRect(h_wnd, &r);     }    r.top 이 현재 윈도우 해상도에서 트래이바가 시작되는 위치 r.bot…


    Continue reading → Post ID 172

    Posted on 2014-07-09 1:57 AM by andrew Comment
    C/C++ 참고를 위한 저장물
  • Splitting a C++ std::string using tokens, e.g. “;” [duplicate]

    std::vector<std::string> split(const std::string& s,char seperator){ std::vector<std::string> output; std::string::size_type prev_pos =0, pos =0;while((pos = s.find(seperator, pos))!=…


    Continue reading → Post ID 143

    Posted on 2014-06-29 8:34 AM by andrew Comment
    C/C++

Posts navigation

Previous 1 … 7 8


©2025 boots Entries RSS and Comments RSS Child theme Boots of Raindrops Theme