Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过使用 Scitools Learn 的 C API 编写应用程序来分析代码库(许多 .cpp 文件)。
在 C API 中没有一个使用标记或词法的示例。
我想找到包含 for 循环的文件中的所有行。
可能使用过“理解 C API”的人可以为我指明正确的方向来搜索文件多行中存在的特定字符串?并可能返回行号?
谢谢