由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 请教VC++/C++两个interview questions
相关主题
Visual C++6.0 break on exception?R studio 进入debug状态后, 很慢 ? (转载)
onsite下来忐忑不安,攒rp系列(一)debug error unable to automatically step into the server in VS 2013 on win 7
Arista Networks面经2有没有online的python IDE(可以设置breakpoint, 调试的)
vc++里设breakpoint condition是一个string variable怎么办?谢谢有没有online python IDE(可以用来debug)
c++ interview question借人气问个C++问题
刚电面完BLOOMBERGhow to step over a line in code with gdb?
求问"如何进行debug,有很多file的时候怎么办"VC++ 中的 memory leak problem
写个面经 分享一些题目VS里debug不work求教!
相关话题的讨论汇总
话题: c++话题: variable话题: 000话题: questions话题: interview
进入JobHunting版参与讨论
1 (共1页)
h****4
发帖数: 39
1
1. A loop with 1,000,000 iterations fails more than half-way through. How
can we get information before the failure?
2. A global variable is changed unexpectedly causing a crash. How can we
locate the line of code that causes the variable to change?
谢谢各位
c****s
发帖数: 241
2
1. 用condition breakpoint
2. attach WinDbg or VS when crash happens.

【在 h****4 的大作中提到】
: 1. A loop with 1,000,000 iterations fails more than half-way through. How
: can we get information before the failure?
: 2. A global variable is changed unexpectedly causing a crash. How can we
: locate the line of code that causes the variable to change?
: 谢谢各位

a****n
发帖数: 1887
3
1。用binary search的方式设条件断点
2。内存断点

【在 c****s 的大作中提到】
: 1. 用condition breakpoint
: 2. attach WinDbg or VS when crash happens.

h****4
发帖数: 39
4
thanks a lot!
1 (共1页)
进入JobHunting版参与讨论
相关主题
VS里debug不work求教!c++ interview question
熟悉visual studio的朋友请帮一下忙刚电面完BLOOMBERG
javascript才是未来发展的方向求问"如何进行debug,有很多file的时候怎么办"
Node.js 写的 JS 代码有点难读懂写个面经 分享一些题目
Visual C++6.0 break on exception?R studio 进入debug状态后, 很慢 ? (转载)
onsite下来忐忑不安,攒rp系列(一)debug error unable to automatically step into the server in VS 2013 on win 7
Arista Networks面经2有没有online的python IDE(可以设置breakpoint, 调试的)
vc++里设breakpoint condition是一个string variable怎么办?谢谢有没有online python IDE(可以用来debug)
相关话题的讨论汇总
话题: c++话题: variable话题: 000话题: questions话题: interview