readme.txt

来自「一个非常适合初学者的SOCKET编程示例」· 文本 代码 · 共 27 行

TXT
27
字号
Compiling The Dev-C++ Project
------------------------------


Everything is included, so set-up should be very simple. Please note, however, that you will need to re-link libws2_32.a to the project if you put it in any directory other than C:\Dev-Cpp. Otherwise you'll get a compiler error when it doesn't find the library.


Compiling with Other Compilers
-------------------------------


You'll need to link libws2_32.a to the project, and add the following files:

1. Chat1.cpp
2. Chat1.h
3. Chat1.rc

The Chat1_private.h and Chat1_private.rc are for Dev-C++ use only.

Beyond that, I really can't help much, but it shouldn't be too much trouble to get everything working; as it's a relatively simple program :).


Copyright
----------


The source code is NOT copyrighted and you may use it, modify it, and mess around with it to your heart's content, because it's too simple to copyright. HOWEVER, this does not apply to the tutorial...

⌨️ 快捷键说明

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