코딩Coding/C++__C언어
-
C/C++ :: string, c_str, compare, strcmp 함수에 관해서코딩Coding/C++__C언어 2023. 3. 16. 18:30
C/C++ :: string, c_str, compare, strcmp 함수에 관해서 https://m.blog.naver.com/nswve/222877023518 C/C++ :: string, c_str, compare, strcmp 함수에 관해서#string #프로그래밍 #코딩 #씨언어 #clang c_str() 함수는 c++에서 사용되는 string 클래스의 객체를 char...blog.naver.com
-
C❤️ google test로 C 언어 테스트 하기ctest복잡하구만 ㅜㅜ코딩Coding/C++__C언어 2023. 3. 5. 20:50
https://junho85.pe.kr/1001 c - google test 로 c 언어 테스트 하기 google test 는 cpp 를 기반으로 한다. 그래서 일반적인 방법으로는 c 코드나 c 라이브러리를 테스트를 할 수 없다. c 코드를 테스트 하려고 하면 "Undefined symbols" 같은 오류를 만나게 된다. c 코드를 테 junho85.pe.kr C++ 로 만들어짐 _ 그래서 C언어에 적용하려면 약간의 수정이 필요하다. https://github.com/google/googletest GitHub - google/googletest: GoogleTest - Google Testing and Mocking Framework GoogleTest - Google Testing and Mockin..
-
구글에서 제시하는 C++ Style Guide💕무조건 암기!!코딩Coding/C++__C언어 2023. 3. 2. 20:06
https://google.github.io/styleguide/cppguide.html Google C++ Style Guide Google C++ Style Guide Background C++ is one of the main development languages used by many of Google's open-source projects. As every C++ programmer knows, the language has many powerful features, but this power brings with it complexity, which in turn ca google.github.io 출처 : https://modoocode.com/335 씹어먹는 C++ - modoocode..