由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - How to compile with ddd?
相关主题
question on divide by zero
相关话题的讨论汇总
话题: compile话题: ddd话题: code话题: library话题: system
进入Programming版参与讨论
1 (共1页)
a***e
发帖数: 1140
1
For C++ code, with some STL code I wrote.
I'm using the command:
"g++ *.cc -g"
BUT, the debugged code has some system library included,
which is very hard to debug.
How to tell the compilier to generate the debugging code,
not including system library??
Thanks.
1 (共1页)
进入Programming版参与讨论
相关主题
question on divide by zero
相关话题的讨论汇总
话题: compile话题: ddd话题: code话题: library话题: system