-
-
-
[
Visual C++ (VC++)]
ENCRYPT.rar
File Encryption
The ENCRYPT sample is a console application that encrypts files. Files
encrypted with this sample can be later decrypted with the DECRYPT sample.
Note that the INITUSER sample (or equivalent) must be run prior to running
these ...
-
[
Visual C++ (VC++)]
socket_c_rar.rar
A simple file transfer, transmission is the RAR file format, suitable for relatively large-scale file transfer using windows socketC language programming, the comparison is in the VC console under the circumstances of the compiler.
Category:
Console Upload User:
iris0815 Size:
4K
-
[
Others]
yhang.rar
Console application bank management system. Novice can take to be a reference
Category:
Console Upload User:
sjj622 Size:
6K
-
-
[
Visual C++ (VC++)]
jrtp_example.rar
This a Client/Server example for using JRTP in a console program in the Visual Studio environment. Once both the client & the server are started, pressing enter in the server console will broadcast data to the multicast (addresses & ports have been ...
-
[
Visual C++ (VC++)]
Employee_Admin_Linked.rar
List realize the use of a simple operation of personnel management system, which can realize the functions of additions and deletions to search interface for the windows console
-
[
Visual C++ (VC++)]
Employee_Admin_Struct.rar
A personnel management of small procedures, based on the preparation of the structure can be achieved, such as additions and deletions to search functionality, interface for console
-
[
C/C++]
WinConsole.rar
Windows Console program in non-VC environment. Because it does not have the news cycle mechanism, so the procedure will be concluded very soon, when it calls the DLL also quit, so no need to effect c can in which to do some things with long-term effects, ...
-
[
Java/JSP]
Main.rar
4. Write a program that sorts three integers. The integers are entered from the console and stored in variables num1, num2 and num3, respectively. The program sorts the numbers so that num1 <= num2 <= num3.