코딩Coding/C++__C언어
-
C언어❤️warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]코딩Coding/C++__C언어 2022. 11. 13. 16:19
macOS M1 pro 기준 int id = (uintptr_t)arg; int id = (int)arg; 이걸 위에 코드로 바꾸니 해결됨 https://stackoverflow.com/questions/22751762/how-to-make-compiler-not-show-int-to-void-pointer-cast-warnings How to make compiler not show int to void pointer cast warnings I have some code that does lots of casting from int to void* and vice-versa (i don't care if it's ugly. I like having generic stuff) Example: typed..
-
C++개발자를 위한 최고의 라이브러리 12선코딩Coding/C++__C언어 2022. 10. 19. 13:57
C++개발자를 위한 최고의 라이브러리 12선 원문보기: https://www.itworld.co.kr/news/259936#csidx4b09f3a01d992ffb7889244c15a76ac C++개발자를 위한 최고의 라이브러리 12선 C++는 범용 시스템 프로그래밍 언어로, 1979년에 설계돼 지금까지 40년 이상 사용되고 있다. 오랜 역사 동안 C++에 대한 열기는 식지 않 www.itworld.co.kr https://www.itworld.co.kr/news/259936 C++개발자를 위한 최고의 라이브러리 12선 C++는 범용 시스템 프로그래밍 언어로, 1979년에 설계돼 지금까지 40년 이상 사용되고 있다. 오랜 역사 동안 C++에 대한 열기는 식지 않 www.itworld.co.kr