3개의 함수를 1개의 함수로 줄여버렸다. cv::cuda::GpuMat의 ptr 반환형을 void로 지정하니 constexpr 키워드와 함께 해당 블럭의 컴파일이 안되더라... 원래 그런건가? 컴파일할때 뭔가 불명확해져서 컴파일이 안되나...?? template 함수를 사용하면 안되는건가...! 아무튼, constexpr 을 적절히? 처음 실제 코드를 작성하는데 활용해봤다. 원래는 함수에 잘 붙던데, 아직 함수에 붙여보지는 않았다. 코드의 재사용성을 증가시켰다기 보다는 locality 측면에서 개선된 느낌이다. 아... 그리고 Ort::MemoryInfo에 "Cuda" 대신 멋대로 "CUDA" 넣어봤는데 역시 안됐다ㅋㅋ 이거말고 다른데를 손봐야 하는데...
https://stackoverflow.com/questions/62252076/c-array-too-many-initializers C++: array too many initializers The following code is returning the compilation error below. I'm stuck understanding how there are too many initializers. This code works using vector. Does anyone know why the error is... stackoverflow.com https://stackoverflow.com/questions/26629609/too-many-initializers-for-array-error ..
https://en.cppreference.com/w/cpp/compiler_support C++ compiler support - cppreference.com This page is maintained as best-effort and may lag behind most recent compiler releases. If you see something is out-of-date, please help us by updating it! The following tables present compiler support for new C++ features. These include accepted revision en.cppreference.com 읽는 법 예시 Literal suffix for (si..
여기서 소문자/대문자는 영어에만 국한함 다른 문자는 안다뤄봐서 잘 모른다. boost 안다룬다. 속도 안재봤다. C++17 로 테스트했다. 1. for_each 활용 #include #include #include int main() { std::string str = "DevEloPer0Hye"; std::cout Why can't "transform(s.begin(),s.end(),s.begin(),tolower)" be complied successfully? Given the code: #include #include #include #include using namespace std; int main() { string s("ABCDEFGHIJKL"); transfor... stackoverfl..
C++ 프로젝트에서 매크로인 av_err2str() 를 사용하면 컴파일시 C4576 error가 반환될 수 있다. C++ 컴파일러로 C 코드를 컴파일 하려다보니 문법이 맞지 않아 발생하는 에러다. av_err2str() 은 아래와 같이 구현돼있다. #define av_err2str(errnum) \ av_make_error_string((char[AV_ERROR_MAX_STRING_SIZE]){0}, AV_ERROR_MAX_STRING_SIZE, errnum) (char[]){0} 이게 C에서는 컴파일 되는데 C++ 컴파일러로는 컴파일이 안되나보다. 기존 코드가 아래처럼 되어 있다면, int response = avcodec_send_packet(pCodecContext, pPacket); if (res..
- Total
- Today
- Yesterday
- 이분탐색
- MOT
- C++ Deploy
- cosine
- 백준 11053
- 문제집
- 조합
- 자료구조
- 백준 1766
- 위상 정렬 알고리즘
- ㅂ
- Lowest Common Ancestor
- 백준
- 백준 11437
- 인공지능을 위한 선형대수
- 가장 긴 증가하는 부분 수열
- 순열
- 단축키
- PyCharm
- 백트래킹
- FairMOT
- 파이참
- LCA
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |