代码搜索:chatClient
找到约 2,268 项符合「chatClient」的源代码
代码结果 2,268
www.eeworm.com/read/124756/14546250
dsw chatclient.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/124756/14546253
cpp chatclient.cpp
// ChatClient.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "ChatClient.h"
#include "ChatClientDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/124756/14546256
plg chatclient.plg
Build Log
--------------------Configuration: ChatClient - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804
www.eeworm.com/read/124756/14546258
opt chatclient.opt
www.eeworm.com/read/124756/14546263
aps chatclient.aps
www.eeworm.com/read/124756/14546274
rc chatclient.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/124756/14546293
clw chatclient.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CSetupDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "ChatClie
www.eeworm.com/read/124756/14546295
ncb chatclient.ncb
www.eeworm.com/read/124145/14593135
class chatclient.class
www.eeworm.com/read/124145/14593138
java chatclient.java
package chat;
public interface ChatClient
{
//public String getUserid() throws Exception;
public void displayMessage(ChatMessage message) throws Exception;
public void addUser(String user) t