-
2008-02-23
Windows Sockets Functions - [VC++]
send
The send function sends data on a connected socket.
... -
2008-01-26
TxtEdit(删除文本空行和空格的小程序) - [原创拙作]
刚玩Delphi时用D7写过这样的小程序,
碰巧前几天一朋友要用类似的东西,
改写成VC的,熟悉了一下MFC多线程,
也顺便打发了一下无聊时光。
... -
2007-11-26
我的第一个ShellCode - [VC++]
【以前学习时的练习品,发上来凑个数。】
//////////////////////////////////////////////////
#include <windows.h>
#pragma comment(linker, "-entry: MY_main")
#pragma comment(linker, "/subsystem: windows")
#pragma comment(lib, "msvcrt.lib")
... -
2007-11-07
MSDN(oct_2001) for VC6.0 英文原版 - [VC++]
今天终于找到一个完整的 MSDN(oct_2001) for VC6.0 英文原版!
已下载并安装好了,
使用正常!
...
共1页 1