标签: c++ delphi
某些C ++代码使用了 useful macros/variables ,例如:
__FILE__, __LINE__, __FUNCSIG__, and so forth
Delphi中是否有相同的功能? 如果没有,应该如何实现自定义功能以提供相同的功能?