-
Visual C++.NET 数据库开发指南6
Visual C++.NET 数据库开发指南6-Visual C++. NET Database Developer" s Guide 6
- 2022-02-21 04:52:43下载
- 积分:1
-
Some common examples of the binary code
一些常见的二进制编码举例,是常见的二进制位操作-Some common examples of the binary code
- 2022-05-30 10:39:37下载
- 积分:1
-
图书馆管理系统
应用背景这是一个初学者的编程项目有关C++。一个图书馆管理系统包括技术文件处理,结构,数组,指针等。这个程序给了我们作为一个项目,希望它可以帮助万人理解的概念构建管理系统的基本概念的C / C + +语言 ; ; ; ;关键技术本程序是用DEV C++开发。运行在所有的C / C + +开发环境的支持。这个程序保持图书记录的管理系统即豆腐创造更新,删除,删除的基本概念,
- 2022-01-25 22:49:06下载
- 积分:1
-
In some cases you need to display the callstack of the current thread or your ar...
In some cases you need to display the callstack of the current thread or your are just interested in the callstack of other threads / processes. Therefore I wrote this project.
The goal for this project was the following:
Simple interface to generate a callstack
C++ based to allow overwrites of several methods
Hiding the implementation details (API) from the class interface
Support of x86, x64 and IA64 architecture
Default output to debugger-output window (but can be customized)
Support of user-provided read-memory-function
Support of the widest range of development-IDEs (VC5-VC8)
Most portable solution to walk the callstack
-In some cases you need to display the callstack of the current thread or your are just interested in the callstack of other threads/processes. Therefore I wrote this project.
The goal for this project was the following:
Simple interface to generate a callstack
C++ based to allow overwrites of several methods
Hiding
- 2022-02-14 18:26:54下载
- 积分:1
-
usb hid读写程序
Visual C++ 现在支持 C 运行时库的安全版本。默认情况下允许使用此库。当生成项目时,可能会显示一些有关否决的函数的警告。建议您针对这些警告进行更正,以使代码更加安全。">
已对 C/C++ 编译器的默认设置进行了修改,以使其更加符合 ISO 标准 C++。这些更改包括: 对于循环范围强制使用标准 C++,支持 wchar_t 作为本机类型。如果不更改现有代码或用于生成现有代码的编译器选项,则这些更改可能导致现有代码无法编译。">
由于 Visual C++ 项目需要生成嵌入式(默认) Windows SxS 清单,因此在使用清单工具生成时会自动将项目中的清单文件排除。建议将任何清单文件中包含的依赖项信息都转换为源代码包括的头文件中的“#pragma comment(linker,"<在此处插入依赖项>")”。如果项目已经通过资源(.rc)文件在 RT_MANIFEST 资源节中嵌入清单,则需要先将该行注释掉,然后才能正确生成项目。">
由于 C++ 编译器中的一致性更改,可能需要更改代码才能使项目在生成时不出错。C++ 编译器的早期版本允许按成员函数名称(如 MemberFunctionName)指定成员函数指针。C++ 标准则要求使用 address-of 运算符指定完全限定名(如 &ClassName::MemberFunctionName)。如果您的项目包含在 Windows 窗体设计器中使用的窗体或控件,则可能必须更改 InitializeComponent 中的代码,这是因为设计器生成的代码使用的是委托构造中的不一致的语法(在事件处理程序中使用)。">
- 2022-12-26 15:50:08下载
- 积分:1
-
具有MASK功能的编辑器,能够方便的自定义编辑框的输入格式。...
具有MASK功能的编辑器,能够方便的自定义编辑框的输入格式。-With the MASK function editor, the ability to easily edit box custom input format.
- 2022-06-16 12:40:45下载
- 积分:1
-
时钟程序,可以通过设置时间实现时钟功能。在工作区内,可视化的显示表盘。
时钟程序,可以通过设置时间实现时钟功能。在工作区内,可视化的显示表盘。-clock procedures can be achieved by setting the time clock function. Work in the region, visual display dial.
- 2022-03-16 02:22:28下载
- 积分:1
-
IdleKiller
此程序将自动关闭该计算机如果它不用于一些时间 (例如,CPU 使用率小于预定的水平)。
- 2022-03-22 07:40:59下载
- 积分:1
-
可以用devcpp编译,可以测试文件,字符的md5值
可以用devcpp编译,可以测试文件,字符的md5值-Can be devcpp compile, you can test the file, the character of the md5 value
- 2022-12-25 22:35:03下载
- 积分:1
-
这只是一个例子,一个内容提供者类(见文章),它可以…
This just an example of a content provider class (see article), which overrides the PopulateItem virtual function to show the Shell s resources only when the user wants to access them
- 2022-02-25 12:29:12下载
- 积分:1