case1)
gcc -c send.c
gcc -o send send.o -lws2_32
case2)
gcc -o send send.o -lwsock32
'c 언어 > 초급과정' 카테고리의 다른 글
warning: implicit declaration of function 'scanf_s' [-Wimplicit-function-declaration] scanf_s (0) | 2023.12.29 |
---|---|
[C언어] 변수 단위 파일 읽기 함수 - fscanf (0) | 2021.12.17 |
Standard sample Makefile (0) | 2021.08.06 |
#include<limits.h> 선언후에 사용되는 정의값 (0) | 2021.06.21 |
c언어 console hexa,tettris에 이용할 기초출력코드 (0) | 2021.05.28 |