摘要: Guide to Faster, Less Frustrating Debugging Summary of GDB commands for x86-64 Systems Command EffectStarting: gdb gdb Running and... 阅读全文
posted @ 2015-09-30 12:35 whu.yt 阅读(212) 评论(0) 推荐(0) 编辑
摘要: class Point { double x; double y; Point() { x = 0; y = 0; } boolean samePlace(Point p) { return (x == p.x) && (y =... 阅读全文
posted @ 2015-09-30 12:31 whu.yt 阅读(135) 评论(0) 推荐(0) 编辑