C语言中的溢出工具是什么?

发布于 2024-11-03 22:57:41 字数 90 浏览 0 评论 0原文

面试的时候被问到你用的是什么C语言的溢出工具? 我不知道有这样的工具。

在C++中,使用什么工具来跟踪C++文件的版本?

有人知道吗?

During a interview, I was asked what kind of overflow tool in C language you used?
I do not know any tool like that.

And in C++, what kind of tool used to track the versions of c++ files?

Do anyone know about that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我的奇迹 2024-11-10 22:57:41

我认为在这种情况下“溢出”指的是“缓冲区溢出”。有一系列可用的内存调试器可以检测此类错误。一个流行的例子是 Valgrind

跟踪文件版本通常通过修订控制系统 (RCS) 来完成,但这并不是 C++ 特有的。有无数可用的 RCS,例如 Sourcesafe、Perforce、ClearCase、CVS、SVN、Git、Mercurial。

I assume that "overflow" in this context is referring to "buffer overflow". There are a range of memory debuggers available, that can detect this kind of error. One popular example is Valgrind.

Tracking file versions is generally done with a revision control system (RCS), but this isn't specific to C++. There are zillions of RCSs available, such as Sourcesafe, Perforce, ClearCase, CVS, SVN, Git, Mercurial.

黎歌 2024-11-10 22:57:41

该术语是非特定的。缓冲区溢出工具?价值溢出工具?什么?要么你的面试官偏离了轨道,要么你不记得他使用的确切术语。

我什至尝试用谷歌搜索这个术语,但它显然不是一个普遍接受的术语。

The term is non-specific. A buffer overflow tool? A value overflow tool? What? Either your interviewer was off track, or perhaps you don't recall the exact term he used.

I even tried Googling the term and it's clearly not a generally accepted one.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文