코딩Coding/C++__C언어
-
C++Makefile 만들기코딩Coding/C++__C언어 2023. 10. 19. 07:17
https://youtrack.jetbrains.com/issue/CPP-22318 Double quotes which are a part of a compiler argument get incorrectly stripped from the command line : CPP-22318 Consider the following command line (these are three completely identical versions escaped or quoted in order to be properly interpreted by the shell): gcc -DVAR=\"value\" -c -o file.o file.c gcc '-DVAR="value"' -c -o file.o file.c gcc -D..
-
C언어❤위로 이동하기 전에 uint16_t 임시를 uint64_t 캐스트(casting)할때 주의할 점.코딩Coding/C++__C언어 2023. 10. 17. 10:58
https://blog.naver.com/ferirama496313/222644563588 4개의 16비트 숫자를 단일 64비트 숫자로 결합 16진수 형식의 숫자 4개를 하나의 숫자로 결합해야 합니다. 내가 생각한 첫 번째 옵션은 각 숫자에 대해 n*... blog.naver.com 위로 이동하기 전에 uint16_t 임시를 uint64_t [출처] 4개의 16비트 숫자를 단일 64비트 숫자로 결합|작성자 ferirama496313 ferirama496313님의블로그 : 네이버 블로그 자기소개가없습니다. blog.naver.com
-
C++ 코드 정렬 llvm스타일이 개인적으로 맘에 든다코딩Coding/C++__C언어 2023. 9. 20. 11:27
https://murra.tistory.com/m/70 [VScode] Git, C, C++ Compile, Debugging using VS code (종합)Windows 10 환경에서 Git, GitHub, Visual Studio Code, MinGW를 사용합니다. 목차 Visual Studio Code 설치 Git Visual Studio Code 설정 MinGW 설치 Code Runner로 편하게 문제 풀기 Code Runner로 디버깅하기 Visual Studio Code 설치 murra.tistory.com
-
c언어 %d &ld &lld코딩Coding/C++__C언어 2023. 9. 10. 11:28
%d : decimal integer %ld : Long int %lld : Long long int %hd : short int https://www.geeksforgeeks.org/d-in-c/amp/%d in C - GeeksforGeeksThe format specifiers in C are used in formatted strings to represent the type of data to be printed. Different data types have different format specifiers. %d is one such format specifier used for the int data type. In this article, we will discuss the %dwww.g..
-
Drogon C++, The Fastest Web Framework in the World코딩Coding/C++__C언어 2023. 8. 20. 06:13
https://terminalroot.com/drogon-cpp-the-fastest-web-framework-in-the-world/ Drogon C++, The Fastest Web Framework in the WorldIt was first placed in tests with 105 frameworks, among them: Rails, Django, NestJS, Laravel and others.terminalroot.com 출처: https://www.techempower.com/benchmarks/#section=data-r21 TechEmpower Framework Benchmarkswww.techempower.com