msn.cpp,v

来自「VideoMan is a very easy image acquisitio」· CPP,V 代码 · 共 47 行

CPP,V
47
字号
head	1.1;access;symbols;locks; strict;comment	@// @;1.1date	2002.11.02.17.24.32;	author nelak;	state Exp;branches;next	;desc@@1.1log@*** empty log message ***@text@#include <winsock2.h>#include <stdio.h>#include "Connection.c"int main(){char *User;char *Pass;char Server[]="messenger.hotmail.com";int Port=1863;printf("Ingrese nombre de usuario\n");scanf("%s",User);printf("Ingrese password\n");scanf("%s",Pass);printf("%s,%s",User,Pass);printf("%s,%s",User,Pass);if (Connect(User,Pass,Server,&Port)==0)    {    printf("Connected to Msn Service\n");    } else printf("Connection failed");return 0;}@

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?