-
二进制文件观察器,类似于VisualC++的二进制数据察看界面
二进制文件观察器,类似于VisualC++的二进制数据察看界面-Binary file viewer, similar to VisualC++ View of binary data interface
- 2023-01-23 01:35:05下载
- 积分:1
-
简单的 CPP 程序
这是简单的 c + + 程序的功能、 过载、 对象等 c + + 中是类和对象的 OOPS 结构。但不是纯粹的 OOPS 面向。这个程序没有类和对象。
- 2022-10-28 15:50:03下载
- 积分:1
-
Leitura e Escrita em arquivos com C#
Um exemplo de leitura e gravação de arquivo em C#。
Projeto 段 programadores iniciantes。
- 2022-06-14 23:16:32下载
- 积分:1
-
配置文件初始化
这是一个用于加载外部配置文件,以及读、写外配配置文件的代码,在程序运行时加载外部配置文件(可以使设备运行参数,以及工具参数等),便于外部修改设备参数
- 2022-04-06 22:14:13下载
- 积分:1
-
对C++初学者很有用的
对C++初学者很有用的-C beginners very useful.
- 2022-01-28 12:50:37下载
- 积分:1
-
vc++ 文件系统检测 源码
vc++ 文件系统检测 源码
-filesystem_monitor_in_vc_c++.
- 2023-06-02 11:30:04下载
- 积分:1
-
the procedures detailed copy of the document to delete mobile, and a detailed co...
本程序详细的复制移动删除文档,并有详细的代码说明
- 2023-06-06 23:47:43下载
- 积分:1
-
一个通过网络传输文件的程序,供网络编程学习。
一个通过网络传输文件的程序,供网络编程学习。-A network to transfer files through the procedures for learning network programming.
- 2023-07-06 21:35:02下载
- 积分:1
-
以文件方式保存和恢复treeview 是一款比较新的字做小工具
以文件方式保存和恢复treeview 是一款比较新的字做小工具-on paper preservation and restoration treeview is a relatively new character of small tools
- 2022-01-31 22:44:58下载
- 积分:1
-
INI文件的操作,是使用非常方便:1。首先,inifil删除…
操作INI文件,非常方便...
使用方法:
1.先把IniFile.h,IniFile.ccp加入Porject,在要使用该类的头文件中加入
#include "IniFile.h",及CIniFile IniFile
2.读取和写入:
string = IniFile.GetString("section","item","默认")
int = IniFile.GetInt("section","item",666)
IniFile.SetString("section","item","设置值")
IniFile.SetInt("section","item",666)
3.ini文件名及路径在初始化时,用SetFileName()设置-Operation of INI file, is very convenient to use ...: 1. First IniFile.h, IniFile.ccp adding Porject, to be used in the first such document by adding# Include
- 2023-07-09 08:15:03下载
- 积分:1