#include void swap(int *a, int *b) { int temp=*a; *a=*b; *b=temp; } void swap(char *a, char *b) { char temp=*a; *a=*b; *b=temp; } void swap(double *a, double *b) { double temp=*a; *a=*b; *b=temp; } int main(void) { int num1=20, num2=30; swap(&num1, &num2); std::cout
#include void function(void) { std::cout
#include int main(void) { std::cout
직접 실행해서 아이피와 포트를 적게 바꿧습니다.. 서버 소스 ------------------------------------------------------------------- #define _CRT_SECURE_NO_WARNINGS #include #include #include #include void ErrorHandling(char *message); int main(void) { WSADATA wsaData; SOCKET hServSock; SOCKET hClntSock; SOCKADDR_IN servAddr; SOCKADDR_IN clntAddr; int szClntAddr; int port; char message[]="Hello World!\n"; printf("Port 입력: ");..
MUNICH, Germany — Struggling DRAM vendor Qimonda has filed insolvency at a Munich court. The bail-out negotiations on a financing package could not be completed in time, the company said. The move does not come unexpected after the negotiations with the Saxon and German federal government apparently have stalled in the past days. During these talks, the manufacturer had claimed additional fundin..
- Total
- Today
- Yesterday
- API 프로그래밍
- GAME
- KAI
- 하이퍼큐브
- PSP
- 스터디_발표자료
- 인코더
- WL-54G
- V3
- Programming - C / C++
- Operation System
- ffmpeg
- WPF
- 프로그래밍
- 데몬
- 가상드라이브
- Programing
- 구글
- TCP/IP
- 백신
- c#
- 녹화
- 소니
- Programming - C
- 유마일
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |