⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 msn.cpp,v

📁 VideoMan is a very easy image acquisition library. It is able to manage many video inputs at the sam
💻 CPP,V
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -