由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - nondeterministic debug
相关主题
面试中debug的问题一般会问什么?看一道面试题
best deguger for c++ in linux算法:按照字典序求第k个排列数
求问"如何进行debug,有很多file的时候怎么办"给大家看几道C 小程序
关于KMP里pre-process table的里的fall back一道小题
SQL debug step into a store procedure from another one (转载)this question is nice
如何提高debug skill?怎么训练看bug的能力?
请教一下怎么回应recruiter汗,不问算法
[合集] 面试,C语言的书有什么推荐的问一个C的问题
相关话题的讨论汇总
话题: debug话题: printf话题: 注释话题: line
进入JobHunting版参与讨论
1 (共1页)
m****s
发帖数: 131
1
听朋友说过这个题目:
如果你把一个语句注释掉,printf出来结果不一样了。。什么原因。。当然,注释掉的
部分和printf的内容无关
t***t
发帖数: 6066
2
delete one line of code changed the speed of execution. there are several
threads.
or the deleted line change the buffer.
there are lots of possibilities.
m****s
发帖数: 131
3
...如果是单进程的话,我想到的就是内存读取越界导致问题。。。
如果多进程。。那就不一定了。。
1 (共1页)
进入JobHunting版参与讨论
相关主题
问一个C的问题SQL debug step into a store procedure from another one (转载)
onsite写code需要注意细节吗?如何提高debug skill?
写code是否需要写详细注释请教一下怎么回应recruiter
做个关于引用的题目[合集] 面试,C语言的书有什么推荐的
面试中debug的问题一般会问什么?看一道面试题
best deguger for c++ in linux算法:按照字典序求第k个排列数
求问"如何进行debug,有很多file的时候怎么办"给大家看几道C 小程序
关于KMP里pre-process table的里的fall back一道小题
相关话题的讨论汇总
话题: debug话题: printf话题: 注释话题: line