-
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
-
Matchstick Game in C
火柴棒游戏:
- 2022-05-09 10:53:59下载
- 积分:1
-
类似msn的弹出窗口
类似msn的弹出窗口-msn similar to the pop-up window
- 2023-09-06 11:50:04下载
- 积分:1
-
The user will have the ability to resize the dialog, with consequent rearrangeme...
The user will have the ability to resize the dialog, with consequent rearrangement of child windows. You can control the minimum and maximum size allowed, as well as the maximized size and position of the dialog. The size grip is displayed by default, but you may turn it off. Automatic Save/Restore the dialog s size and position, along with the active page, is also supported
- 2022-12-16 09:30:02下载
- 积分:1
-
基于Java的简易俄罗斯方块
基于JAVA编写的俄罗斯方块游戏,可以实现暂停,和恢复正常游戏,方块变形,加速下落,积分牌等功能,目前不支持保存游戏,以单独窗口方式运行
- 2022-06-19 12:02:04下载
- 积分:1
-
Source code adopted by the VC compiler, object
源代码经VC编译通过,面向对象C语言的一种比较简单的实现方法,简称ooc-s-Source code adopted by the VC compiler, object-oriented C language to achieve a relatively simple method, referred to as ooc-s
- 2022-02-26 20:13:24下载
- 积分:1
-
体育管理系统
体育信息管理系统
SYNOPSIS
体育信息管理系统 (SIMS) 项目的目的是管理在大学里的体育活动。它也负责管理学生对大学和州一级的选择活动。用户将会消耗更少的时间时相比,手工纸工作通过自动化的系统。该系统将照顾所有的维修活动以快速的方式。大数据量的存储和检索很容易。报告检查并随时快速查看。 纸工作和手动工作减少。它是用户友好的和易于使用。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-05-08 06:10:03下载
- 积分:1
-
During the code development phase I detected some variables and actions that are...
During the code development phase I detected some variables and actions that are general for all the resizable controls and for this reason I decided to move them in a general interface, IResizeControl, from which all the resizable controls are to inherit. Technically, IResizeControl is not an interface because it doesn t have any pure virtual functions, but I still consider it an interface because it doesn t make any sense to declare IResizeControl objects. In fact, I am preventing the creation of IResizeControl objects by declaring the IResizeControl s constructor and destructor as protected. The IResizeControl class
- 2022-07-01 21:38:20下载
- 积分:1
-
使用C++加密
- 2022-02-02 04:18:19下载
- 积分:1
-
C++程序的详细设计实例,并运行的控制结果。
C++程序设计实例详解,并且有运行结果,方面对照学习-C++ Procedures detailed design example, and running the results of the control aspects of learning
- 2022-08-17 01:44:26下载
- 积分:1